Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfileInternal.h48 #define IA32_PF_EC_ID (1u << 4) macro
DSmmProfile.c1248 if ((ErrorCode & IA32_PF_EC_ID) != 0) { in RestorePageTableBelow4G()
1281 if ((ErrorCode & IA32_PF_EC_ID) != 0) { in RestorePageTableBelow4G()
1340 if ((ErrorCode & IA32_PF_EC_ID) != 0 && (mBtsSupported)) { in SmmProfilePFHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DPageTbl.c113 if ((SystemContext.SystemContextIa32->ExceptionData & IA32_PF_EC_ID) != 0) { in SmiPFHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DSmmProfileArch.c293 if ((ErrorCode & IA32_PF_EC_ID) != 0) { in RestorePageTableAbove4G()
DPageTbl.c673 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) { in SmiPFHandler()