Home
last modified time | relevance | path

Searched refs:mach_exception_code_t (Results 1 – 20 of 20) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dux_exception.h63 machine_exception(int exception, mach_exception_code_t code,
68 mach_exception_code_t code,
H A Dsignalvar.h218 mach_exception_code_t code, boolean_t set_exitreason);
H A Duser.h137 mach_exception_code_t uu_code; /* ``code'' to trap */
/xnu-10002.1.13/bsd/uxkern/
H A Dux_exception.c57 mach_exception_code_t code, in ux_exception()
116 mach_exception_code_t code, in handle_ux_exception()
/xnu-10002.1.13/osfmk/mach/
H A Dexception_types.h212 typedef mach_exception_data_type_t mach_exception_code_t; typedef
/xnu-10002.1.13/osfmk/kern/
H A Dthread.h662 mach_exception_code_t code;
1565 mach_exception_code_t, mach_exception_subcode_t);
1568 mach_exception_code_t, mach_exception_subcode_t);
1571 mach_exception_code_t, mach_exception_subcode_t);
1573 mach_exception_code_t, mach_exception_subcode_t);
1575 mach_exception_code_t, mach_exception_subcode_t, boolean_t);
H A Dexception.c133 mach_exception_code_t code,
H A Dtask.h783 task_violated_guard(mach_exception_code_t, mach_exception_subcode_t, void *, bool);
H A Dtask.c402 extern int exit_with_port_space_exception(void *proc, mach_exception_code_t code, mach_exception_su…
6817 mach_exception_code_t code, in PROC_VIOLATED_GUARD__SEND_EXC_GUARD()
6845 mach_exception_code_t code, in task_violated_guard()
/xnu-10002.1.13/osfmk/i386/
H A Dtrap.h174 mach_exception_code_t code,
H A Dtrap.c973 mach_exception_code_t code; in user_trap()
1537 mach_exception_code_t code, in i386_exception()
/xnu-10002.1.13/bsd/kern/
H A Dkern_guarded.c207 mach_exception_code_t code = 0; in fp_guard_exception()
226 mach_exception_code_t code, in fd_guard_ast()
1262 mach_exception_code_t code; in vng_guard_violation()
H A Dkern_exit.c228 int exit_with_pac_exception(proc_t p, exception_type_t exception, mach_exception_code_t code,
237 mach_exception_code_t code, mach_exception_subcode_t subcode);
1215 sizeof(mach_exception_code_t) * codeCnt, &kaddr)) { in current_thread_collect_backtrace_info()
1216 kcdata_memcpy(kcdata, kaddr, code, sizeof(mach_exception_code_t) * codeCnt); in current_thread_collect_backtrace_info()
1385 mach_exception_code_t code = 0; in abort_with_payload_internal()
3512 exit_with_pac_exception(proc_t p, exception_type_t exception, mach_exception_code_t code, in exit_with_pac_exception()
3533 …ach_exception(proc_t p, os_reason_t reason, exception_type_t exception, mach_exception_code_t code, in exit_with_mach_exception()
H A Dkern_debug.c150 mach_exception_code_t code = 0; in debug_syscall_rejection_handle()
H A Dkern_sig.c143 extern void doexception(int exc, mach_exception_code_t code,
1771 threadsignal(thread_t sig_actthread, int signum, mach_exception_code_t code, boolean_t set_exitreas… in threadsignal()
/xnu-10002.1.13/osfmk/vm/
H A Dvm_reclaim.c297 mach_exception_code_t code = 0; in reclaim_kill_with_reason()
H A Dvm_map.c7938 mach_exception_code_t code = 0; in vm_map_guard_exception()
/xnu-10002.1.13/bsd/dev/i386/
H A Dunix_signal.c959 mach_exception_code_t code, in machine_exception()
/xnu-10002.1.13/bsd/dev/arm/
H A Dunix_signal.c937 __unused mach_exception_code_t code, in machine_exception()
/xnu-10002.1.13/osfmk/ipc/
H A Dmach_port.c2417 mach_exception_code_t code = 0; in mach_port_guard_exception()