Home | History | Annotate | Download | only in X64

Lines Matching refs:SystemContextX64

834       DEBUG ((DEBUG_ERROR, "SMM exception data - 0x%lx(", SystemContext.SystemContextX64->ExceptionData));

836 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0,
837 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_RSVD) != 0,
838 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_US) != 0,
839 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_WR) != 0,
840 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_P) != 0
843 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) {
846 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextX64->Rsp);
851 DumpModuleInfoByIp ((UINTN)SystemContext.SystemContextX64->Rip);
863 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) {
866 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextX64->Rsp);
873 DumpModuleInfoByIp ((UINTN)SystemContext.SystemContextX64->Rip);
881 SystemContext.SystemContextX64->Rip,
882 SystemContext.SystemContextX64->ExceptionData