Home
last modified time | relevance | path

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

/xnu-11417.140.69/tests/
H A Dptrauth_failure.c47 #ifndef EXC_ARM_PAC_FAIL
48 #define EXC_ARM_PAC_FAIL 0x105 /* PAC authentication failure */ macro
61 T_ASSERT_EQ(codes[0], (uint64_t)EXC_ARM_PAC_FAIL, "The subcode is EXC_ARM_PAC_FAIL"); in pac_exception_handler()
/xnu-11417.140.69/osfmk/mach/arm/
H A Dexception.h84 #define EXC_ARM_PAC_FAIL 0x105 /* PAC authentication failure */ macro
/xnu-11417.140.69/osfmk/arm64/
H A Dsleh.c2391 mach_exception_data_type_t codes[2] = {EXC_ARM_PAC_FAIL}; in handle_pac_fail()