Home | History | Annotate | Download | only in PiSmmCpuDxeSmm

Lines Matching refs:ErrorCode

1135   @param  ErrorCode           The Error code of exception.

1143 UINTN ErrorCode
1193 if ((ErrorCode & IA32_PF_EC_ID) != 0) {
1226 if ((ErrorCode & IA32_PF_EC_ID) != 0) {
1236 @param ErrorCode The Error code of exception.
1242 UINTN ErrorCode
1277 RestorePageTableBelow4G (PageTable, PFAddress, CpuIndex, ErrorCode);
1279 RestorePageTableAbove4G (PageTable, PFAddress, CpuIndex, ErrorCode, &IsValidPFAddress);
1284 if ((ErrorCode & IA32_PF_EC_ID) != 0 && (mBtsSupported)) {
1322 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) &&
1344 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode;