Searched refs:fault_code (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | sleh.c | 1049 fault_status_t fault_code; in handle_abort() local 1052 inspect_abort(ESR_ISS(esr), &fault_code, &fault_type); in handle_abort() 1053 handler(state, esr, fault_addr, fault_code, fault_type, expected_fault_handler); in handle_abort() 1057 inspect_instruction_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_instruction_abort() argument 1060 *fault_code = ISS_IA_FSC(iss); in inspect_instruction_abort() 1065 inspect_data_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_data_abort() argument 1068 *fault_code = ISS_DA_FSC(iss); in inspect_data_abort() 1078 if ((iss & ISS_DA_WNR) && (!(iss & ISS_DA_CM) || is_permission_fault(*fault_code))) { in inspect_data_abort() 1307 … fault_status_t fault_code, vm_prot_t fault_type, expected_fault_handler_t expected_fault_handler) in handle_user_abort() argument 1323 if (!is_vm_fault(fault_code) && in handle_user_abort() [all …]
|