Searched refs:fault_code (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | sleh.c | 1044 fault_status_t fault_code; in handle_abort() local 1047 inspect_abort(ESR_ISS(esr), &fault_code, &fault_type); in handle_abort() 1048 handler(state, esr, fault_addr, fault_code, fault_type, expected_fault_handler); in handle_abort() 1052 inspect_instruction_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_instruction_abort() argument 1055 *fault_code = ISS_IA_FSC(iss); in inspect_instruction_abort() 1060 inspect_data_abort(uint32_t iss, fault_status_t *fault_code, vm_prot_t *fault_type) in inspect_data_abort() argument 1063 *fault_code = ISS_DA_FSC(iss); in inspect_data_abort() 1073 if ((iss & ISS_DA_WNR) && (!(iss & ISS_DA_CM) || is_permission_fault(*fault_code))) { in inspect_data_abort() 1302 … fault_status_t fault_code, vm_prot_t fault_type, expected_fault_handler_t expected_fault_handler) in handle_user_abort() argument 1318 if (is_vm_fault(fault_code)) { in handle_user_abort() [all …]
|