Searched refs:mErrorCodeFlag (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/ |
D | PeiDxeSmmCpuException.c | 45 …ExceptionHandlerContext->ExceptionDataFlag = (mErrorCodeFlag & (1 << ExceptionType)) ? TRUE : FALS… in CommonExceptionHandlerWorker() 59 …ExceptionHandlerContext->ExceptionDataFlag = (mErrorCodeFlag & (1 << ExceptionType)) ? TRUE : FALS… in CommonExceptionHandlerWorker()
|
D | CpuExceptionCommon.h | 55 extern CONST UINT32 mErrorCodeFlag;
|
D | CpuExceptionCommon.c | 23 CONST UINT32 mErrorCodeFlag = 0x00027d00; variable
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ |
D | ExceptionHandlerAsm.S | 28 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD # Error code flags for exceptions 275 bt %ecx, ASM_PFX(mErrorCodeFlag) 303 bt %ecx, ASM_PFX(mErrorCodeFlag)
|
D | ExceptionHandlerAsm.nasm | 30 extern ASM_PFX(mErrorCodeFlag) ; Error code flags for exceptions 62 bt [ASM_PFX(mErrorCodeFlag)], ecx 104 bt [ASM_PFX(mErrorCodeFlag)], ecx
|
D | ExceptionHandlerAsm.asm | 33 EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions 65 bt mErrorCodeFlag, ecx 106 bt mErrorCodeFlag, ecx
|
D | ArchExceptionHandler.c | 138 if ((mErrorCodeFlag & (1 << ExceptionType)) != 0) { in DumpCpuContent()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
D | ExceptionHandlerAsm.asm | 28 EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions 60 bt mErrorCodeFlag, ecx 103 bt mErrorCodeFlag, ecx
|
D | ExceptionHandlerAsm.nasm | 27 extern ASM_PFX(mErrorCodeFlag) ; Error code flags for exceptions 61 bt [ASM_PFX(mErrorCodeFlag)], ecx 105 bt [ASM_PFX(mErrorCodeFlag)], ecx
|
D | ExceptionHandlerAsm.S | 27 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD # Error code flags for exceptions 93 bt %ecx, ASM_PFX(mErrorCodeFlag)(%rip) 120 movl ASM_PFX(mErrorCodeFlag)(%rip), %eax
|
D | ArchExceptionHandler.c | 143 if (mErrorCodeFlag & (1 << ExceptionType)) { in DumpCpuContent()
|