| /xnu-11215/osfmk/kern/ |
| H A D | exception.c | 120 mach_msg_type_number_t codeCnt, 322 codeCnt, in exception_deliver() 329 codeCnt, in exception_deliver() 374 codeCnt); in exception_deliver() 381 codeCnt); in exception_deliver() 407 codeCnt); in exception_deliver() 467 codeCnt, in exception_deliver() 536 codeCnt, in exception_deliver() 546 codeCnt, in exception_deliver() 879 assert(codeCnt > 0); in exception_triage() [all …]
|
| H A D | ux_handler.c | 135 __unused mach_msg_type_number_t codeCnt) in catch_mach_exception_raise() argument 178 mach_msg_type_number_t codeCnt) in catch_exception_raise() argument 194 codeCnt); in catch_exception_raise() 202 __unused mach_msg_type_number_t codeCnt, in catch_exception_raise_state() argument 217 __unused mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state() argument 234 __unused mach_msg_type_number_t codeCnt, in catch_exception_raise_state_identity() argument 251 __unused mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state_identity() argument 268 __unused mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_identity_protected() argument 279 __unused mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_backtrace() argument 291 __unused mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state_identity_protected() argument
|
| H A D | exception.h | 68 mach_msg_type_number_t codeCnt); 73 mach_msg_type_number_t codeCnt,
|
| H A D | thread_act.c | 1221 mach_msg_type_number_t codeCnt,
|
| /xnu-11215/libsyscall/mach/ |
| H A D | exc_catcher.c | 49 mach_msg_type_number_t codeCnt) in internal_catch_exception_raise() argument 61 return (*exc_raise_func)(exception_port, thread, task, exception, code, codeCnt); in internal_catch_exception_raise() 64 return catch_exception_raise(exception_port, thread, task, exception, code, codeCnt); in internal_catch_exception_raise()
|
| H A D | exc_catcher_state.c | 47 mach_msg_type_number_t codeCnt, in internal_catch_exception_raise_state() argument 64 …return (*exc_raise_state_func)(exception_port, exception, code, codeCnt, flavor, old_state, old_st… in internal_catch_exception_raise_state() 67 …return catch_exception_raise_state(exception_port, exception, code, codeCnt, flavor, old_state, ol… in internal_catch_exception_raise_state()
|
| H A D | exc_catcher_state_identity.c | 49 mach_msg_type_number_t codeCnt, in internal_catch_exception_raise_state_identity() argument 66 …return (*exc_raise_state_identity_func)(exception_port, thread, task, exception, code, codeCnt, fl… in internal_catch_exception_raise_state_identity() 69 …return catch_exception_raise_state_identity(exception_port, thread, task, exception, code, codeCnt… in internal_catch_exception_raise_state_identity()
|
| /xnu-11215/tests/ipc/ |
| H A D | sys_perf_notify_test.c | 71 mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state_identity_protected() argument 78 #pragma unused(exception_port, thread_id, tatask_id_tokensk, exception, codes, codeCnt, flavor, old… in catch_mach_exception_raise_state_identity_protected() 90 mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_identity_protected() argument 96 T_QUIET; T_ASSERT_EQ(codeCnt, 2, "codeCnt is 2"); in catch_mach_exception_raise_identity_protected()
|
| H A D | kernel_signed_pac_thread_state.c | 118 mach_msg_type_number_t codeCnt); 144 mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_identity_protected() argument 146 #pragma unused(exception_port, thread_id, task_id_token, exception, codes, codeCnt) in catch_mach_exception_raise_identity_protected()
|
| /xnu-11215/tests/ |
| H A D | exc_helpers.c | 71 mach_msg_type_number_t codeCnt); 79 __unused mach_msg_type_number_t codeCnt); 176 mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_identity_protected() argument 181 T_QUIET; T_ASSERT_EQ(codeCnt, 2, "Two code values were provided with the mach exception"); in catch_mach_exception_raise_identity_protected() 285 __unused mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_backtrace() argument
|
| H A D | ldt.c | 213 mach_msg_type_number_t codeCnt, 226 mach_msg_type_number_t codeCnt, 274 mach_msg_type_number_t codeCnt, in catch_mach_exception_raise() argument 281 #pragma unused(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_state… in catch_mach_exception_raise() 290 mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state() argument 297 #pragma unused(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state… in catch_mach_exception_raise_state() 357 mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state_identity() argument 381 if (codeCnt >= 1 && code[0] == EXC_I386_DIV) { in catch_mach_exception_raise_state_identity() 388 if (codeCnt >= 1 && code[0] == EXC_I386_INVOP) { in catch_mach_exception_raise_state_identity() 396 code[0], codeCnt > 1 ? code[1] : 0LL); in catch_mach_exception_raise_state_identity()
|
| H A D | reply_port_defense.c | 95 mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state_identity_protected() argument 102 #pragma unused(exception_port, thread_id, task_id_token, exception, codes, codeCnt) in catch_mach_exception_raise_state_identity_protected() 115 mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_identity_protected() argument 119 T_ASSERT_GT_UINT(codeCnt, 0, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
|
| H A D | imm_pinned_control_port.c | 124 mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_identity_protected() argument 126 #pragma unused(exception_port, codeCnt) in catch_mach_exception_raise_identity_protected() 138 T_ASSERT_GT_UINT(codeCnt, 0, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
|
| /xnu-11215/osfmk/corpses/ |
| H A D | task_corpse.h | 120 mach_msg_type_number_t codeCnt, 128 mach_msg_type_number_t codeCnt,
|
| H A D | corpse.c | 574 mach_msg_type_number_t codeCnt, in task_enqueue_exception_with_corpse() argument 582 if (codeCnt < 2) { in task_enqueue_exception_with_corpse() 600 kr = current_thread_collect_backtrace_info(&desc, etype, code, codeCnt, reason); in task_enqueue_exception_with_corpse()
|
| /xnu-11215/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 68 mach_msg_type_number_t codeCnt, in catch_mach_exception_raise() argument 102 mach_msg_type_number_t codeCnt, in catch_mach_exception_raise_state() argument 120 mach_msg_type_number_t codeCnt) in catch_mach_exception_raise_state_identity() argument
|
| /xnu-11215/tests/vm/ |
| H A D | test_vm_no_pager.m | 177 mach_msg_type_number_t codeCnt) 195 mach_msg_type_number_t codeCnt, 211 mach_msg_type_number_t codeCnt, 228 mach_msg_type_number_t codeCnt)
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_exit.c | 897 mach_msg_type_number_t codeCnt, in current_thread_collect_backtrace_info() argument 1221 assert(codeCnt <= EXCEPTION_CODE_MAX); in current_thread_collect_backtrace_info() 1224 sizeof(mach_exception_code_t) * codeCnt, &kaddr)) { in current_thread_collect_backtrace_info() 1225 kcdata_memcpy(kcdata, kaddr, code, sizeof(mach_exception_code_t) * codeCnt); in current_thread_collect_backtrace_info()
|