Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dux_exception.h64 mach_exception_subcode_t subcode);
69 mach_exception_subcode_t subcode);
H A Duser.h138 mach_exception_subcode_t uu_subcode;
/xnu-8020.101.4/bsd/uxkern/
H A Dux_exception.c58 mach_exception_subcode_t subcode) in ux_exception()
117 mach_exception_subcode_t subcode) in handle_ux_exception()
/xnu-8020.101.4/bsd/kern/
H A Dkern_debug.c79 extern kern_return_t task_violated_guard(mach_exception_code_t, mach_exception_subcode_t, void *);
95 mach_exception_subcode_t subcode = in debug_syscall_rejection_handle()
H A Dkern_guarded.c72 kern_return_t task_violated_guard(mach_exception_code_t, mach_exception_subcode_t, void *);
194 mach_exception_subcode_t subcode = fp->fp_guard->fpg_guard; in fp_guard_exception()
210 mach_exception_subcode_t subcode) in fd_guard_ast()
1353 mach_exception_subcode_t subcode; in vng_guard_violation()
H A Dkern_exit.c217 kern_return_t task_violated_guard(mach_exception_code_t, mach_exception_subcode_t, void *);
222 mach_exception_subcode_t subcode);
230 mach_exception_code_t code, mach_exception_subcode_t subcode);
2820 mach_exception_subcode_t subcode) in exit_with_pac_exception()
2841 mach_exception_subcode_t subcode) in exit_with_mach_exception()
H A Dkern_sig.c142 mach_exception_subcode_t sub);
/xnu-8020.101.4/osfmk/kern/
H A Dthread.h607 mach_exception_subcode_t subcode;
1462 mach_exception_code_t, mach_exception_subcode_t);
1465 mach_exception_code_t, mach_exception_subcode_t);
1468 mach_exception_code_t, mach_exception_subcode_t);
1470 mach_exception_code_t, mach_exception_subcode_t);
1472 mach_exception_code_t, mach_exception_subcode_t, boolean_t);
H A Dexception.c129 mach_exception_subcode_t subcode);
H A Dtask.h538 task_violated_guard(mach_exception_code_t, mach_exception_subcode_t, void *);
H A Dtask.c342 …ith_port_space_exception(void *proc, mach_exception_code_t code, mach_exception_subcode_t subcode);
2197 mach_exception_subcode_t subcode) in task_deliver_crash_notification()
6668 mach_exception_subcode_t subcode, in PROC_VIOLATED_GUARD__SEND_EXC_GUARD_AND_SUSPEND()
6694 mach_exception_subcode_t subcode, in task_violated_guard()
/xnu-8020.101.4/osfmk/mach/
H A Dexception_types.h210 typedef mach_exception_data_type_t mach_exception_subcode_t; typedef
/xnu-8020.101.4/osfmk/i386/
H A Dtrap.h131 mach_exception_subcode_t subcode);
H A Dtrap.c890 mach_exception_subcode_t subcode; in user_trap()
1445 mach_exception_subcode_t subcode) in i386_exception()
/xnu-8020.101.4/osfmk/corpses/
H A Dtask_corpse.h74 …rn_t task_deliver_crash_notification(task_t, thread_t, exception_type_t, mach_exception_subcode_t);
/xnu-8020.101.4/bsd/dev/arm/
H A Dunix_signal.c932 __unused mach_exception_subcode_t subcode) in machine_exception()
/xnu-8020.101.4/bsd/dev/i386/
H A Dunix_signal.c959 __unused mach_exception_subcode_t subcode) in machine_exception()
/xnu-8020.101.4/osfmk/ipc/
H A Dmach_port.c2364 mach_exception_subcode_t subcode = (uint64_t)portguard; in mach_port_guard_exception()