Home
last modified time | relevance | path

Searched refs:gExceptionType (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
DProcessor.c49 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = { variable
124 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY); in MaxEfiException()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
DGdbDebugAgent.c437 if (gExceptionType[i].Exception == EFIExceptionType) { in ConvertEFItoGDBtype()
438 return gExceptionType[i].SignalNo; in ConvertEFItoGDBtype()
DGdbDebugAgent.h177 extern EFI_EXCEPTION_TYPE_ENTRY gExceptionType[];
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStub.c141 …terExceptionCallback (DebugSupport, Processor, GdbExceptionHandler, gExceptionType[Index].Excepti… in GdbStubEntry()
596 if (gExceptionType[Index].Exception == EFIExceptionType) { in ConvertEFItoGDBtype()
597 return gExceptionType[Index].SignalNo; in ConvertEFItoGDBtype()
DGdbStubInternal.h209 extern EFI_EXCEPTION_TYPE_ENTRY gExceptionType[];
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
DProcessor.c24 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = { variable
97 return sizeof (gExceptionType) / sizeof (EFI_EXCEPTION_TYPE_ENTRY); in MaxEfiException()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
DProcessor.c21 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = { variable
81 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY); in MaxEfiException()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
DProcessor.c21 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = { variable
81 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY); in MaxEfiException()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
DProcessor.c22 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = { variable
107 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY); in MaxEfiException()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
DProcessor.c22 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = { variable
107 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY); in MaxEfiException()