| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ux_handler.c | 130 exception_type_t exception, in catch_mach_exception_raise() 181 exception_type_t exception, in catch_exception_raise() 205 __unused exception_type_t exception, in catch_exception_raise_state() 220 __unused exception_type_t exception, in catch_mach_exception_raise_state() 237 __unused exception_type_t exception, in catch_exception_raise_state_identity() 254 __unused exception_type_t exception, in catch_mach_exception_raise_state_identity() 271 __unused exception_type_t exception, in catch_mach_exception_raise_identity_protected()
|
| H A D | exception.h | 58 exception_type_t exception, 63 exception_type_t exception, 72 extern kern_return_t task_exception_notify(exception_type_t exception,
|
| H A D | exception.c | 111 exception_type_t exception, 119 exception_type_t exception, 127 exception_type_t exception, 180 exception_type_t exception, in exception_deliver() 456 exception_type_t exception, in check_exc_receiver_dependency() 492 exception_type_t exception, in exception_triage_thread() 575 exception_type_t exception, in pac_exception_triage() 632 exception_type_t exception, in exception_triage() 669 exception_type_t exception, in bsd_exception() 698 task_exception_notify(exception_type_t exception, in task_exception_notify()
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | exc_catcher.h | 37 exception_type_t, 42 exception_type_t, 53 exception_type_t,
|
| H A D | exc_catcher.c | 47 exception_type_t exception, in internal_catch_exception_raise() 63 …extern kern_return_t catch_exception_raise(mach_port_t, mach_port_t, mach_port_t, exception_type_t… in internal_catch_exception_raise()
|
| H A D | exc_catcher_state.c | 45 exception_type_t exception, in internal_catch_exception_raise_state() 66 …extern kern_return_t catch_exception_raise_state(mach_port_t, exception_type_t, exception_data_t, … in internal_catch_exception_raise_state()
|
| H A D | exc_catcher_state_identity.c | 47 exception_type_t exception, in internal_catch_exception_raise_state_identity() 68 …ception_raise_state_identity(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_da… in internal_catch_exception_raise_state_identity()
|
| /xnu-8019.80.24/tests/ |
| H A D | exc_helpers.c | 63 exception_type_t type, 70 exception_type_t type, 84 exception_type_t type, 104 exception_type_t type, in catch_mach_exception_raise() 118 exception_type_t exception, in catch_mach_exception_raise_identity_protected() 148 exception_type_t type, in catch_mach_exception_raise_state() 172 exception_type_t type, in catch_mach_exception_raise_state_identity()
|
| H A D | exc_helpers.h | 50 exception_type_t type, mach_exception_data_t codes); 53 exception_type_t type, mach_exception_data_t codes);
|
| H A D | exc_resource_threads.c | 30 exception_type_t exception, in catch_mach_exception_raise() 45 exception_type_t exception, in catch_mach_exception_raise_state() 63 exception_type_t exception, in catch_mach_exception_raise_state_identity()
|
| H A D | exception_tests.c | 19 __unused exception_type_t type, in exc_immovable_handler() 32 exception_type_t type, in exc_handler_identity_protected()
|
| H A D | hw_breakpoint_step_arm64.c | 32 exception_type_t exception, in catch_mach_exception_raise() 51 exception_type_t exception, in catch_mach_exception_raise_state() 69 exception_type_t exception, in catch_mach_exception_raise_state_identity()
|
| H A D | immovable_send.c | 30 exception_type_t exception, in catch_mach_exception_raise_state() 48 exception_type_t exception, in catch_mach_exception_raise_state_identity() 66 exception_type_t exception, in catch_mach_exception_raise()
|
| H A D | imm_pinned_control_port.c | 22 static exception_type_t exception_taken = 0; 87 exception_type_t exception, in catch_mach_exception_raise_state() 105 exception_type_t exception, in catch_mach_exception_raise_state_identity() 123 exception_type_t exception, in catch_mach_exception_raise()
|
| H A D | ldt.c | 200 exception_type_t exception, 211 exception_type_t exception, 224 exception_type_t exception, 272 exception_type_t exception, in catch_mach_exception_raise() 288 exception_type_t exception, in catch_mach_exception_raise_state() 355 exception_type_t exception, in catch_mach_exception_raise_state_identity()
|
| H A D | fp_exception.c | 63 exception_type_t type, in exc_arithmetic_handler()
|
| H A D | arm_cpu_capabilities.c | 46 bad_instruction_handler(exception_type_t type __unused, mach_exception_data_t codes __unused) in bad_instruction_handler()
|
| H A D | decompression_failure.c | 153 exception_type_t exception, in kern_memory_failure_handler()
|
| /xnu-8019.80.24/osfmk/corpses/ |
| H A D | task_corpse.h | 74 extern kern_return_t task_deliver_crash_notification(task_t, thread_t, exception_type_t, mach_excep… 96 exception_type_t etype, 115 exception_type_t etype,
|
| H A D | corpse.c | 179 uint64_t *udata_buffer, int num_udata, void *reason, exception_type_t etype); 499 exception_type_t etype, in task_enqueue_exception_with_corpse() 544 exception_type_t etype, in task_generate_corpse_internal()
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | mach_exc.defs | 79 type exception_type_t = int; 85 exception : exception_type_t; 99 exception : exception_type_t; 118 exception : exception_type_t; 138 exception : exception_type_t;
|
| H A D | exc.defs | 79 type exception_type_t = int; 85 exception : exception_type_t; 99 exception : exception_type_t; 118 exception : exception_type_t;
|
| H A D | exception_types.h | 197 typedef int exception_type_t; typedef
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | sleh.c | 772 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_uncategorized() 952 exception_type_t exception = EXC_BREAKPOINT; in handle_breakpoint() 971 exception_type_t exception = EXC_BREAKPOINT; in handle_watchpoint() 1053 exception_type_t exc; in handle_pc_align() 1078 exception_type_t exc; in handle_sp_align() 1103 exception_type_t exc; in handle_wf_trap() 1121 exception_type_t exc = EXC_ARITHMETIC; in handle_fp_trap() 1194 exception_type_t exc; in handle_sw_step_debug() 1258 exception_type_t exc = EXC_BAD_ACCESS; in handle_user_abort() 1630 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_msr_trap() [all …]
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_exit.c | 164 uint64_t *udata_buffer, int num_udata, void *reason, exception_type_t etype); 166 exception_type_t get_exception_from_corpse_crashinfo(kcdata_descriptor_t corpse_info); 173 int num_udata, os_reason_t reason, exception_type_t etype); 192 kern_return_t task_exception_notify(exception_type_t exception, 198 int exit_with_pac_exception(proc_t p, exception_type_t exception, mach_exception_code_t code, 206 static int exit_with_mach_exception(proc_t p, os_reason_t reason, exception_type_t exception, 397 uint64_t *udata_buffer, int num_udata, void *reason, exception_type_t etype) in gather_populate_corpse_crashinfo() 455 uint64_t *udata_buffer, int num_udata, os_reason_t reason, exception_type_t etype) in populate_corpse_crashinfo() 787 exception_type_t 796 exception_type_t *etype = kcdata_iter_payload(iter); in get_exception_from_corpse_crashinfo() [all …]
|