Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm64/
H A Dplatform_tests.c1261 fault_status_t fsc = ISS_IA_FSC(ESR_ISS(esr)); in arm64_pan_test_pan_enabled_fault_handler()
1294 fault_status_t fsc = ISS_IA_FSC(ESR_ISS(esr)); in arm64_pan_test_pan_disabled_fault_handler()
1489 fault_status_t fsc = ISS_IA_FSC(ESR_ISS(esr)); in ctrr_test_nx_fault_handler()
H A Dsleh.c671 fault_code = ISS_IA_FSC(iss); in is_platform_error()
733 if (ISS_IA_FSC(ESR_ISS(esr)) == FSC_SYNC_EXT_ABORT) { in sleh_synchronous()
1422 *fault_code = ISS_IA_FSC(iss); in inspect_instruction_abort()
H A Dproc_reg.h2033 #define ISS_IA_FSC(x) (x & ISS_IA_FSC_MASK) macro
/xnu-11417.121.6/osfmk/arm64/sptm/pmap/
H A Dpmap.c11774 fault_status_t fsc = ISS_IA_FSC(ESR_ISS(esr));
/xnu-11417.121.6/osfmk/arm/pmap/
H A Dpmap.c14618 fault_status_t fsc = ISS_IA_FSC(ESR_ISS(esr));