HomeSort by relevance Sort by last modified time
    Searched refs:MAX_AARCH64_EXCEPTION (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Exception.c 41 EFI_EXCEPTION_CALLBACK gExceptionHandlers[MAX_AARCH64_EXCEPTION + 1];
42 EFI_EXCEPTION_CALLBACK gDebuggerExceptionHandlers[MAX_AARCH64_EXCEPTION + 1];
72 if (InterruptType > MAX_AARCH64_EXCEPTION) {
94 if (ExceptionType <= MAX_AARCH64_EXCEPTION) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 534 #define MAX_AARCH64_EXCEPTION EXCEPT_AARCH64_SERROR

Completed in 1263 milliseconds