Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm64/
H A Dplatform_tests.c1260 esr_exception_class_t class = ESR_EC(esr); in arm64_pan_test_pan_enabled_fault_handler()
1293 esr_exception_class_t class = ESR_EC(esr); in arm64_pan_test_pan_disabled_fault_handler()
1471 esr_exception_class_t class = ESR_EC(esr); in ctrr_test_ro_fault_handler()
1488 esr_exception_class_t class = ESR_EC(esr); in ctrr_test_nx_fault_handler()
1571 T_EXPECT(ESR_EC(ctrr_exception_esr) == ESR_EC_DABORT_EL1, "Data Abort from EL1 expected"); in ctrr_test_cpu()
1604 T_EXPECT(ESR_EC(ctrr_exception_esr) == ESR_EC_IABORT_EL1, "Instruction abort from EL1 Expected"); in ctrr_test_cpu()
1697 esr_exception_class_t class = ESR_EC(esr); in arm64_panic_lockdown_test_exception_handler()
2214 esr_exception_class_t class = ESR_EC(esr); in arm64_bti_test_exception_handler()
H A Dsleh.c584 esr_exception_class_t class = ESR_EC(esr); in sleh_synchronous_sp1()
664 esr_exception_class_t class = ESR_EC(esr); in is_platform_error()
683 esr_exception_class_t class = ESR_EC(esr); in sleh_synchronous()
1384 if (ESR_EC(esr) == ESR_EC_BRK_AARCH64 && in handle_breakpoint()
1900 bool is_data_abort = (ESR_EC(esr) == ESR_EC_DABORT_EL0); in handle_user_abort()
2753 const esr_exception_class_t class = ESR_EC(esr); in sleh_panic_lockdown_should_initiate_el1_sp0_sync()
H A Dproc_reg.h1872 #define ESR_EC(x) ((x & ESR_EC_MASK) >> ESR_EC_SHIFT) macro
/xnu-11417.121.6/osfmk/arm64/sptm/pmap/
H A Dpmap.c11773 esr_exception_class_t class = ESR_EC(esr);
/xnu-11417.121.6/osfmk/arm/pmap/
H A Dpmap.c14617 esr_exception_class_t class = ESR_EC(esr);