Home
last modified time | relevance | path

Searched refs:codeCnt (Results 1 – 18 of 18) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dexception.c120 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 Dux_handler.c135 __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 Dexception.h68 mach_msg_type_number_t codeCnt);
73 mach_msg_type_number_t codeCnt,
H A Dthread_act.c1221 mach_msg_type_number_t codeCnt,
/xnu-11215/libsyscall/mach/
H A Dexc_catcher.c49 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 Dexc_catcher_state.c47 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 Dexc_catcher_state_identity.c49 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 Dsys_perf_notify_test.c71 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 Dkernel_signed_pac_thread_state.c118 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 Dexc_helpers.c71 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 Dldt.c213 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 Dreply_port_defense.c95 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 Dimm_pinned_control_port.c124 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 Dtask_corpse.h120 mach_msg_type_number_t codeCnt,
128 mach_msg_type_number_t codeCnt,
H A Dcorpse.c574 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 Dskywalk_test_driver.c68 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 Dtest_vm_no_pager.m177 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 Dkern_exit.c897 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()