Home
last modified time | relevance | path

Searched refs:InstructionAddress (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c1304 UINT64 InstructionAddress; in SmmProfilePFHandler() local
1339 InstructionAddress = Rip; in SmmProfilePFHandler()
1344 InstructionAddress = GetSourceFromDestinationOnBts (CpuIndex, Rip); in SmmProfilePFHandler()
1345 if (InstructionAddress == 0) { in SmmProfilePFHandler()
1350 InstructionAddress = PFAddress; in SmmProfilePFHandler()
1389 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1412 SmmProfileEntry[CurrentEntryNumber].Instruction = InstructionAddress; in SmmProfilePFHandler()