Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.c1261 debugger_collect_diagnostics(unsigned int exception, unsigned int code, unsigned int subcode, void …
1519 handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *state)
H A Dthread.c596 mach_exception_data_type_t subcode = 0; in thread_terminate_self() local
2437 mach_exception_data_type_t code, mach_exception_data_type_t subcode, boolean_t fatal) in thread_guard_violation()
2490 subcode = t->guard_exc_info.subcode; in guard_ast() local
H A Dtask.c2326 mach_exception_subcode_t subcode) in task_deliver_crash_notification()
6829 mach_exception_subcode_t subcode, in PROC_VIOLATED_GUARD__SEND_EXC_GUARD()
6857 mach_exception_subcode_t subcode, in task_violated_guard()
H A Dthread.h664 mach_exception_subcode_t subcode; member
/xnu-10002.41.9/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-10002.41.9/bsd/kern/
H A Dkern_exit.c426 mach_exception_data_type_t code, mach_exception_data_type_t subcode, in gather_populate_corpse_crashinfo()
438 …se_exception_codes(proc_t p, mach_exception_data_type_t *code, mach_exception_data_type_t *subcode) in proc_update_corpse_exception_codes()
470 uint64_t subcode = 0; in proc_encode_exit_exception_code() local
484 mach_exception_data_type_t code, mach_exception_data_type_t subcode, in populate_corpse_crashinfo()
1865 mach_exception_data_type_t code = 0, subcode = 0; in proc_prepareexit() local
3512 mach_exception_data_type_t subcode) in exit_with_guard_exception()
3523 mach_exception_subcode_t subcode) in exit_with_pac_exception()
3534 mach_exception_data_type_t subcode) in exit_with_port_space_exception()
3544 mach_exception_subcode_t subcode) in exit_with_mach_exception()
H A Dkern_debug.c154 mach_exception_subcode_t subcode = in debug_syscall_rejection_handle() local
178 mach_exception_data_type_t subcode) in rejected_syscall_guard_ast()
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()
1264 mach_exception_subcode_t subcode; in vng_guard_violation() local
1312 mach_exception_data_type_t code, mach_exception_data_type_t subcode) in vn_guard_ast()
/xnu-10002.41.9/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c74 unsigned int subcode in kdp_exception()
356 unsigned int exception, code, subcode = 0; in kdp_i386_trap() local
/xnu-10002.41.9/osfmk/i386/
H A Dtrap.c974 mach_exception_subcode_t subcode; in user_trap() local
1538 mach_exception_subcode_t subcode) in i386_exception()
/xnu-10002.41.9/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-10002.41.9/osfmk/kdp/
H A Dkdp_udp.c1316 unsigned int subcode in kdp_send_exception()
1367 unsigned int subcode, in kdp_debugger_loop()
2395 __unused unsigned int subcode, in kdp_raise_exception()
H A Dkdp_protocol.h580 uint32_t subcode; member
/xnu-10002.41.9/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-10002.41.9/osfmk/corpses/
H A Dcorpse.c663 mach_exception_data_type_t subcode, in task_generate_corpse_internal()
/xnu-10002.41.9/bsd/dev/arm/
H A Dunix_signal.c938 __unused mach_exception_subcode_t subcode) in machine_exception()
/xnu-10002.41.9/osfmk/ipc/
H A Dmach_port.c2422 mach_exception_subcode_t subcode = (uint64_t)portguard; in mach_port_guard_exception() local
2500 mach_exception_data_type_t code, mach_exception_data_type_t subcode) in mach_port_guard_ast()
/xnu-10002.41.9/osfmk/vm/
H A Dvm_reclaim.c380 mach_exception_data_type_t subcode) in reclaim_kill_with_reason()
H A Dvm_map.c7871 mach_exception_data_type_t subcode) in virt_memory_guard_ast()
7942 mach_exception_data_type_t subcode = (uint64_t)gap_start; in vm_map_guard_exception() local
/xnu-10002.41.9/security/
H A Dmac_base.c1705 mac_do_machexc(int64_t code, int64_t subcode, uint32_t flags) in mac_do_machexc()