Searched refs:fault_code (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | sleh.c | 1001 fault_status_t fault_code; in handle_abort() local 1004 inspect_abort(ESR_ISS(esr), &fault_code, &fault_type); in handle_abort() 1005 handler(state, esr, fault_addr, fault_code, fault_type, recover, expected_fault_handler); in handle_abort() 1009 inspect_instruction_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_instruction_abort() argument 1012 *fault_code = ISS_IA_FSC(iss); in inspect_instruction_abort() 1017 inspect_data_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_data_abort() argument 1020 *fault_code = ISS_DA_FSC(iss); in inspect_data_abort() 1030 if ((iss & ISS_DA_WNR) && (!(iss & ISS_DA_CM) || is_permission_fault(*fault_code))) { in inspect_data_abort() 1295 …fault_status_t fault_code, vm_prot_t fault_type, vm_offset_t recover, expected_fault_handler_t exp… in handle_user_abort() argument 1311 if (is_vm_fault(fault_code)) { in handle_user_abort() [all …]
|