Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DDefaultExceptionHandler.c53 CHAR8 *AbortCause; in DescribeInstructionOrDataAbort() local
56 …case 0x0: AbortCause = "Address size fault, zeroth level of translation or translation table base … in DescribeInstructionOrDataAbort()
57 case 0x1: AbortCause = "Address size fault, first level"; break; in DescribeInstructionOrDataAbort()
58 case 0x2: AbortCause = "Address size fault, second level"; break; in DescribeInstructionOrDataAbort()
59 case 0x3: AbortCause = "Address size fault, third level"; break; in DescribeInstructionOrDataAbort()
60 case 0x4: AbortCause = "Translation fault, zeroth level"; break; in DescribeInstructionOrDataAbort()
61 case 0x5: AbortCause = "Translation fault, first level"; break; in DescribeInstructionOrDataAbort()
62 case 0x6: AbortCause = "Translation fault, second level"; break; in DescribeInstructionOrDataAbort()
63 case 0x7: AbortCause = "Translation fault, third level"; break; in DescribeInstructionOrDataAbort()
64 case 0x9: AbortCause = "Access flag fault, first level"; break; in DescribeInstructionOrDataAbort()
[all …]