| /xnu-8792.41.9/osfmk/kern/ |
| H A D | ux_handler.c | 133 exception_type_t exception, in catch_mach_exception_raise() 176 exception_type_t exception, in catch_exception_raise() 200 __unused exception_type_t exception, in catch_exception_raise_state() 215 __unused exception_type_t exception, in catch_mach_exception_raise_state() 232 __unused exception_type_t exception, in catch_exception_raise_state_identity() 249 __unused exception_type_t exception, in catch_mach_exception_raise_state_identity() 266 __unused exception_type_t exception, in catch_mach_exception_raise_identity_protected() 277 __unused exception_type_t exception, in catch_mach_exception_raise_backtrace()
|
| H A D | exception.h | 60 exception_type_t exception, 65 exception_type_t exception, 74 exception_type_t exception); 80 extern kern_return_t task_exception_notify(exception_type_t exception,
|
| H A D | exception.c | 116 exception_type_t exception, 124 exception_type_t exception, 132 exception_type_t exception, 201 exception_type_t exception, in exception_deliver() 529 exception_type_t exception) in exception_deliver_backtrace() 600 exception_type_t exception, in check_exc_receiver_dependency() 636 exception_type_t exception, in exception_triage_thread() 720 exception_type_t exception, in pac_exception_triage() 779 exception_type_t exception, in exception_triage() 820 exception_type_t exception, in bsd_exception() [all …]
|
| /xnu-8792.41.9/tests/ |
| H A D | exc_helpers.c | 60 exception_type_t type, 69 exception_type_t exception, 77 exception_type_t exception, 84 exception_type_t type, 98 exception_type_t type, 119 exception_type_t type, in catch_mach_exception_raise() 133 exception_type_t exception, in catch_mach_exception_raise_identity_protected() 163 exception_type_t type, in catch_mach_exception_raise_state() 187 exception_type_t type, in catch_mach_exception_raise_state_identity() 242 exception_type_t exception, in catch_mach_exception_raise_backtrace()
|
| 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); 56 exception_type_t type, mach_exception_data_t codes);
|
| H A D | excserver_backtrace.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; 157 exception : exception_type_t;
|
| H A D | reply_port_defense.c | 20 static exception_type_t exception_taken = 0; 52 exception_type_t exception, in catch_mach_exception_raise_state() 70 exception_type_t exception, in catch_mach_exception_raise_state_identity() 88 exception_type_t exception, in catch_mach_exception_raise()
|
| H A D | exc_resource_threads.c | 32 exception_type_t exception, in catch_mach_exception_raise() 47 exception_type_t exception, in catch_mach_exception_raise_state() 65 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 | 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 | 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 | imm_pinned_control_port.c | 22 static exception_type_t exception_taken = 0; 103 exception_type_t exception, in catch_mach_exception_raise_state() 121 exception_type_t exception, in catch_mach_exception_raise_state_identity() 139 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 | corpse_backtrace.c | 38 exception_type_t exception, in exc_handler_backtrace() 197 __unused exception_type_t type, in exc_handler_identity_protected()
|
| /xnu-8792.41.9/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 72 exception_type_t type, 79 exception_type_t type, 93 exception_type_t type, 107 exception_type_t exception, 119 exception_type_t type, in catch_mach_exception_raise() 133 exception_type_t exception, in catch_mach_exception_raise_identity_protected() 148 exception_type_t type, in catch_mach_exception_raise_state() 194 exception_type_t type __unused, in catch_mach_exception_raise_state_identity()
|
| /xnu-8792.41.9/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-8792.41.9/osfmk/corpses/ |
| H A D | task_corpse.h | 75 extern kern_return_t task_deliver_crash_notification(task_t, thread_t, exception_type_t, mach_excep… 99 exception_type_t etype, 118 exception_type_t etype, 126 exception_type_t etype,
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | mach_exc.defs | 78 type exception_type_t = int; 84 exception : exception_type_t; 98 exception : exception_type_t; 117 exception : exception_type_t; 137 exception : exception_type_t; 156 exception : exception_type_t;
|
| H A D | exc.defs | 78 type exception_type_t = int; 84 exception : exception_type_t; 98 exception : exception_type_t; 117 exception : exception_type_t;
|
| H A D | exception_types.h | 200 typedef int exception_type_t; typedef
|
| /xnu-8792.41.9/osfmk/arm64/ |
| H A D | sleh.c | 880 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_uncategorized() 1062 exception_type_t exception = EXC_BREAKPOINT; in handle_breakpoint() 1081 exception_type_t exception = EXC_BREAKPOINT; in handle_watchpoint() 1184 exception_type_t exc; in handle_pc_align() 1209 exception_type_t exc; in handle_sp_align() 1234 exception_type_t exc; in handle_wf_trap() 1252 exception_type_t exc = EXC_ARITHMETIC; in handle_fp_trap() 1325 exception_type_t exc; in handle_sw_step_debug() 1355 exception_type_t exc = EXC_BAD_ACCESS; in handle_user_abort() 1699 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_msr_trap() [all …]
|