Home
last modified time | relevance | path

Searched defs:subcode (Results 1 – 22 of 22) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dexc_resource.h99 #define EXC_RESOURCE_CPUMONITOR_DECODE_PERCENTAGE_OBSERVED(subcode) \ argument
134 #define EXC_RESOURCE_CPUMONITOR_DECODE_WAKEUPS_OBSERVED(subcode) \ argument
198 #define EXC_RESOURCE_IO_OBSERVED(subcode) \ argument
262 #define EXC_RESOURCE_CPUMONITOR_ENCODE_WAKEUPS_OBSERVED(subcode, num) \ argument
274 #define EXC_RESOURCE_IO_ENCODE_OBSERVED(subcode, num) \ argument
H A Ddebug.c1342 debugger_collect_diagnostics(unsigned int exception, unsigned int code, unsigned int subcode, void …
1619 handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *state)
H A Dthread.c574 mach_exception_data_type_t subcode = 0; in thread_terminate_self() local
2442 mach_exception_data_type_t code, mach_exception_data_type_t subcode, boolean_t fatal) in thread_guard_violation()
2495 subcode = t->guard_exc_info.subcode; in guard_ast() local
H A Dtask.c2430 mach_exception_subcode_t subcode) in task_deliver_crash_notification()
7002 mach_exception_subcode_t subcode, in PROC_VIOLATED_GUARD__SEND_EXC_GUARD()
7030 mach_exception_subcode_t subcode, in task_violated_guard()
H A Dthread.h743 mach_exception_subcode_t subcode; member
/xnu-11215/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-11215/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c75 unsigned int subcode in kdp_exception()
357 unsigned int exception, code, subcode = 0; in kdp_i386_trap() local
/xnu-11215/bsd/kern/
H A Dkern_guarded.c211 mach_exception_subcode_t subcode = fp->fp_guard->fpg_guard; in fp_guard_exception() local
227 mach_exception_subcode_t subcode) in fd_guard_ast()
1276 mach_exception_subcode_t subcode; in vng_guard_violation() local
1321 generate_file_permissions_guard_exception(unsigned int code_target, int64_t subcode) in generate_file_permissions_guard_exception()
1339 mach_exception_data_type_t code, mach_exception_data_type_t subcode) in vn_guard_ast()
H A Dkern_debug.c155 mach_exception_subcode_t subcode = in debug_syscall_rejection_handle() local
176 mach_exception_data_type_t subcode) in rejected_syscall_guard_ast()
H A Dkern_exit.c420 mach_exception_data_type_t code, mach_exception_data_type_t subcode, in gather_populate_corpse_crashinfo()
432 …se_exception_codes(proc_t p, mach_exception_data_type_t *code, mach_exception_data_type_t *subcode) in proc_update_corpse_exception_codes()
464 uint64_t subcode = 0; in proc_encode_exit_exception_code() local
478 mach_exception_data_type_t code, mach_exception_data_type_t subcode, in populate_corpse_crashinfo()
1875 mach_exception_data_type_t code = 0, subcode = 0; in proc_prepareexit() local
/xnu-11215/osfmk/i386/
H A Dtrap.c1024 mach_exception_subcode_t subcode; in user_trap() local
1588 mach_exception_subcode_t subcode) in i386_exception()
/xnu-11215/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c76 …len, unsigned short * remote_port, unsigned int exception, unsigned int code, unsigned int subcode) in kdp_exception()
/xnu-11215/osfmk/kdp/
H A Dkdp_udp.c1318 unsigned int subcode in kdp_send_exception()
1369 unsigned int subcode, in kdp_debugger_loop()
2401 __unused unsigned int subcode, in kdp_raise_exception()
H A Dkdp_protocol.h580 uint32_t subcode; member
/xnu-11215/bsd/dev/i386/
H A Dunix_signal.c960 __unused mach_exception_subcode_t subcode) in machine_exception()
H A Ddis_tables.c3282 uint_t subcode; in dtrace_disx86() local
/xnu-11215/osfmk/corpses/
H A Dcorpse.c664 mach_exception_data_type_t subcode, in task_generate_corpse_internal()
/xnu-11215/bsd/dev/arm/
H A Dunix_signal.c938 __unused mach_exception_subcode_t subcode) in machine_exception()
/xnu-11215/osfmk/ipc/
H A Dmach_port.c2437 mach_exception_subcode_t subcode = (uint64_t)portguard; in mach_port_guard_exception() local
2515 mach_exception_data_type_t code, mach_exception_data_type_t subcode) in mach_port_guard_ast()
/xnu-11215/osfmk/vm/
H A Dvm_reclaim.c602 mach_exception_data_type_t subcode) in reclaim_kill_with_reason()
H A Dvm_map.c7752 mach_exception_data_type_t subcode) in virt_memory_guard_ast()
7832 mach_exception_data_type_t subcode = (uint64_t)gap_start; in vm_map_guard_exception() local
/xnu-11215/security/
H A Dmac_base.c1701 mac_do_machexc(int64_t code, int64_t subcode, uint32_t flags) in mac_do_machexc()