Searched refs:fault_code (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | sleh.c | 984 fault_status_t fault_code; in handle_abort() local 987 inspect_abort(ESR_ISS(esr), &fault_code, &fault_type); in handle_abort() 988 handler(state, esr, fault_addr, fault_code, fault_type, recover, expected_fault_handler); in handle_abort() 992 inspect_instruction_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_instruction_abort() argument 995 *fault_code = ISS_IA_FSC(iss); in inspect_instruction_abort() 1000 inspect_data_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_data_abort() argument 1003 *fault_code = ISS_DA_FSC(iss); in inspect_data_abort() 1013 if ((iss & ISS_DA_WNR) && (!(iss & ISS_DA_CM) || is_permission_fault(*fault_code))) { in inspect_data_abort() 1256 …fault_status_t fault_code, vm_prot_t fault_type, vm_offset_t recover, expected_fault_handler_t exp… in handle_user_abort() argument 1272 if (is_vm_fault(fault_code)) { in handle_user_abort() [all …]
|