Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/arm/
H A Dexception.h54 #define EXC_ARM_UNDEFINED 1 /* Undefined */ macro
/xnu-11215.1.10/osfmk/arm64/
H A Dsleh.c1062 mach_exception_data_type_t codes[2] = {EXC_ARM_UNDEFINED}; in handle_uncategorized()
1514 codes[0] = EXC_ARM_UNDEFINED; in handle_wf_trap()
1539 codes[0] = EXC_ARM_UNDEFINED; in handle_fp_trap()
1599 mach_exception_data_type_t codes[2] = {EXC_ARM_UNDEFINED}; in handle_sme_trap()
2102 mach_exception_data_type_t codes[2] = {EXC_ARM_UNDEFINED}; in handle_msr_trap()
2257 mach_exception_data_type_t codes[2] = {EXC_ARM_UNDEFINED}; in handle_user_trapped_instruction32()
2280 mach_exception_data_type_t codes[2] = {EXC_ARM_UNDEFINED}; in handle_simd_trap()
/xnu-11215.1.10/tests/
H A Darm_matrix.c95 T_QUIET; T_ASSERT_EQ(codes[0], (uint64_t)EXC_ARM_UNDEFINED, "The subcode is EXC_ARM_UNDEFINED"); in bad_instruction_exception_handler()