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/Ia32/
DPageTbl.c118 (SystemContext.SystemContextIa32->ExceptionData & IA32_PF_EC_ID) != 0, in SmiPFHandler()
125 if ((SystemContext.SystemContextIa32->ExceptionData & IA32_PF_EC_ID) != 0) { in SmiPFHandler()
145 if ((SystemContext.SystemContextIa32->ExceptionData & IA32_PF_EC_ID) != 0) { in SmiPFHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfileInternal.h48 #define IA32_PF_EC_ID (1u << 4) macro
DSmmProfile.c1193 if ((ErrorCode & IA32_PF_EC_ID) != 0) { in RestorePageTableBelow4G()
1226 if ((ErrorCode & IA32_PF_EC_ID) != 0) { in RestorePageTableBelow4G()
1284 if ((ErrorCode & IA32_PF_EC_ID) != 0 && (mBtsSupported)) { in SmmProfilePFHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DPageTbl.c836 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0, in SmiPFHandler()
843 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) { in SmiPFHandler()
863 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) { in SmiPFHandler()
DSmmProfileArch.c294 if ((ErrorCode & IA32_PF_EC_ID) != 0) { in RestorePageTableAbove4G()