Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm64/
H A Dplatform_tests.c1275 esr_exception_class_t class = ESR_EC(esr); in arm64_pan_test_pan_enabled_fault_handler()
1308 esr_exception_class_t class = ESR_EC(esr); in arm64_pan_test_pan_disabled_fault_handler()
1490 esr_exception_class_t class = ESR_EC(esr); in ctrr_test_ro_fault_handler()
1507 esr_exception_class_t class = ESR_EC(esr); in ctrr_test_nx_fault_handler()
1628 T_EXPECT(ESR_EC(ctrr_exception_esr) == ESR_EC_DABORT_EL1, "Data Abort from EL1 expected"); in ctrr_test_cpu()
1669 T_EXPECT(ESR_EC(ctrr_exception_esr) == ESR_EC_IABORT_EL1, "Instruction abort from EL1 Expected"); in ctrr_test_cpu()
1765 esr_exception_class_t class = ESR_EC(esr); in arm64_panic_lockdown_test_exception_handler()
2173 esr_exception_class_t ec = ESR_EC(esr); in mte_test_fault_handler()
2303 T_EXPECT_EQ_UINT(ESR_EC(mte_test_esr), ESR_EC_DABORT_EL1, in mte_test()
2316 T_EXPECT_EQ_UINT(ESR_EC(mte_test_esr), ESR_EC_DABORT_EL1, in mte_test()
[all …]
H A Dsleh.c665 esr_exception_class_t class = ESR_EC(esr); in sleh_synchronous_sp1()
749 esr_exception_class_t class = ESR_EC(esr); in is_platform_error()
768 esr_exception_class_t class = ESR_EC(esr); in sleh_synchronous()
1515 if (ESR_EC(esr) == ESR_EC_BRK_AARCH64) { in handle_user_breakpoint()
2062 bool is_data_abort = (ESR_EC(esr) == ESR_EC_DABORT_EL0); in handle_user_abort()
3224 const esr_exception_class_t class = ESR_EC(esr); in sleh_panic_lockdown_should_initiate_el1_sp0_sync()
H A Dproc_reg.h2490 #define ESR_EC(x) ((x & ESR_EC_MASK) >> ESR_EC_SHIFT) macro
/xnu-12377.41.6/osfmk/arm64/sptm/pmap/
H A Dpmap.c12589 esr_exception_class_t class = ESR_EC(esr);
/xnu-12377.41.6/osfmk/arm/pmap/
H A Dpmap.c14713 esr_exception_class_t class = ESR_EC(esr);