HomeSort by relevance Sort by last modified time
    Searched defs:gExceptionType (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 24 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = {
88 Return the number of entries in the gExceptionType[]
90 @retval UINTN, the number of entries in the gExceptionType[] array.
97 return sizeof (gExceptionType) / sizeof (EFI_EXCEPTION_TYPE_ENTRY);
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 22 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = {
98 Return the number of entries in the gExceptionType[]
100 @retval UINTN, the number of entries in the gExceptionType[] array.
107 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY);
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 21 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = {
72 Return the number of entries in the gExceptionType[]
74 @retval UINTN, the number of entries in the gExceptionType[] array.
81 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 49 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = {
115 Return the number of entries in the gExceptionType[]
117 @retval UINTN, the number of entries in the gExceptionType[] array.
124 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 22 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = {
98 Return the number of entries in the gExceptionType[]
100 @retval UINTN, the number of entries in the gExceptionType[] array.
107 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 21 EFI_EXCEPTION_TYPE_ENTRY gExceptionType[] = {
72 Return the number of entries in the gExceptionType[]
74 @retval UINTN, the number of entries in the gExceptionType[] array.
81 return sizeof (gExceptionType)/sizeof (EFI_EXCEPTION_TYPE_ENTRY);

Completed in 83 milliseconds