Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 29) sorted by relevance

12

/xnu-8792.81.2/osfmk/kern/
H A Dux_handler.c133 exception_type_t exception, in catch_mach_exception_raise()
176 exception_type_t exception, in catch_exception_raise()
200 __unused exception_type_t exception, in catch_exception_raise_state()
215 __unused exception_type_t exception, in catch_mach_exception_raise_state()
232 __unused exception_type_t exception, in catch_exception_raise_state_identity()
249 __unused exception_type_t exception, in catch_mach_exception_raise_state_identity()
266 __unused exception_type_t exception, in catch_mach_exception_raise_identity_protected()
277 __unused exception_type_t exception, in catch_mach_exception_raise_backtrace()
H A Dexception.c201 exception_type_t exception, in exception_deliver()
529 exception_type_t exception) in exception_deliver_backtrace()
600 exception_type_t exception, in check_exc_receiver_dependency()
636 exception_type_t exception, in exception_triage_thread()
720 exception_type_t exception, in pac_exception_triage()
779 exception_type_t exception, in exception_triage()
820 exception_type_t exception, in bsd_exception()
849 task_exception_notify(exception_type_t exception, in task_exception_notify()
/xnu-8792.81.2/bsd/uxkern/
H A Dux_exception.c56 ux_exception(int exception, in ux_exception()
115 int exception, in handle_ux_exception()
/xnu-8792.81.2/tests/
H A Dexc_resource_threads.c32 exception_type_t exception, in catch_mach_exception_raise()
47 exception_type_t exception, in catch_mach_exception_raise_state()
65 exception_type_t exception, in catch_mach_exception_raise_state_identity()
H A Dhw_breakpoint_step_arm64.c32 exception_type_t exception, in catch_mach_exception_raise()
51 exception_type_t exception, in catch_mach_exception_raise_state()
69 exception_type_t exception, in catch_mach_exception_raise_state_identity()
H A Dreply_port_defense.c52 exception_type_t exception, in catch_mach_exception_raise_state()
70 exception_type_t exception, in catch_mach_exception_raise_state_identity()
88 exception_type_t exception, in catch_mach_exception_raise()
H A Dimmovable_send.c30 exception_type_t exception, in catch_mach_exception_raise_state()
48 exception_type_t exception, in catch_mach_exception_raise_state_identity()
66 exception_type_t exception, in catch_mach_exception_raise()
H A Dimm_pinned_control_port.c103 exception_type_t exception, in catch_mach_exception_raise_state()
121 exception_type_t exception, in catch_mach_exception_raise_state_identity()
139 exception_type_t exception, in catch_mach_exception_raise()
H A Dexc_helpers.c133 exception_type_t exception, in catch_mach_exception_raise_identity_protected()
242 exception_type_t exception, in catch_mach_exception_raise_backtrace()
H A Dldt.c272 exception_type_t exception, in catch_mach_exception_raise()
288 exception_type_t exception, in catch_mach_exception_raise_state()
355 exception_type_t exception, in catch_mach_exception_raise_state_identity()
H A Ddecompression_failure.c153 exception_type_t exception, in kern_memory_failure_handler()
H A Dcorpse_backtrace.c38 exception_type_t exception, in exc_handler_backtrace()
/xnu-8792.81.2/libsyscall/mach/
H A Dexc_catcher.c47 exception_type_t exception, in internal_catch_exception_raise()
H A Dexc_catcher_state.c45 exception_type_t exception, in internal_catch_exception_raise_state()
H A Dexc_catcher_state_identity.c47 exception_type_t exception, in internal_catch_exception_raise_state_identity()
/xnu-8792.81.2/osfmk/arm64/
H A Dsleh.c880 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_uncategorized() local
1062 exception_type_t exception = EXC_BREAKPOINT; in handle_breakpoint() local
1081 exception_type_t exception = EXC_BREAKPOINT; in handle_watchpoint() local
1699 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_msr_trap() local
1758 exception_type_t exception = EXC_BAD_ACCESS | EXC_PTRAUTH_BIT; in handle_pac_fail() local
1804 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_user_trapped_instruction32() local
1827 exception_type_t exception = EXC_BAD_INSTRUCTION; in handle_simd_trap() local
/xnu-8792.81.2/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c72 unsigned int exception, in kdp_exception()
356 unsigned int exception, code, subcode = 0; in kdp_i386_trap() local
/xnu-8792.81.2/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c76 …unsigned char * pkt, int * len, unsigned short * remote_port, unsigned int exception, unsigned int… in kdp_exception()
316 kdp_trap(unsigned int exception, struct arm_saved_state * saved_state) in kdp_trap()
/xnu-8792.81.2/security/
H A Dmac_mach.c159 mac_task_check_set_host_exception_port(struct task *task, unsigned int exception) in mac_task_check_set_host_exception_port()
257 int exception; in mac_task_check_set_host_exception_ports() local
/xnu-8792.81.2/tests/ipc/
H A Dkernel_signed_pac_thread_state.c133 exception_type_t exception, in catch_mach_exception_raise_identity_protected()
/xnu-8792.81.2/osfmk/mach/arm/
H A D_structs.h51 __uint32_t exception; /* number of arm exception taken */ variable
71 __uint32_t exception; /* number of arm exception taken */ variable
H A Dthread_status.h318 uint32_t exception; /* exception number */ member
468 uint32_t exception; /* Exception number */ member
491 uint32_t exception; /* Exception number */ member
/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_udp.c1314 unsigned int exception, in kdp_send_exception()
1365 unsigned int exception, in kdp_debugger_loop()
2393 __unused unsigned int exception, in kdp_raise_exception()
/xnu-8792.81.2/bsd/dev/i386/
H A Dunix_signal.c958 machine_exception(int exception, in machine_exception()
/xnu-8792.81.2/bsd/dev/arm/
H A Dunix_signal.c936 machine_exception(int exception, in machine_exception()

12