Searched refs:IA32_PF_EC_ID (Results 1 – 5 of 5) sorted by relevance
118 (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()
48 #define IA32_PF_EC_ID (1u << 4) macro
1193 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()
836 (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()
294 if ((ErrorCode & IA32_PF_EC_ID) != 0) { in RestorePageTableAbove4G()