Searched refs:task_set_exception_ports (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | exception_ports_info.c | 68 kr = task_set_exception_ports( 76 kr = task_set_exception_ports( 84 kr = task_set_exception_ports(
|
| H A D | exc_resource_threads.c | 101 …kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY, excepti… in exc_handler()
|
| H A D | hw_breakpoint_step_arm64.c | 101 …kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CRASH | EXC_MASK_BREAKPOINT, exception_… in exc_handler()
|
| H A D | corpse_backtrace.c | 297 kr = task_set_exception_ports(mach_task_self(),
|
| H A D | ldt.c | 454 kr = task_set_exception_ports(me, EXC_MASK_BAD_INSTRUCTION | EXC_MASK_ARITHMETIC, ePort, in init_task_exception_server()
|
| /xnu-12377.41.6/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 166 kr = task_set_exception_ports(mach_task_self(), 202 kr = task_set_exception_ports(mach_task_self(),
|
| H A D | kernel_signed_pac_thread_state.c | 322 kr = task_set_exception_ports( in create_exception_port_behavior64()
|
| /xnu-12377.41.6/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 44 task_set_exception_ports
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 242 if ((kr = task_set_exception_ports(mach_task_self(), masks[j], exc_port, in skywalk_test_driver_run() 271 if ((kr = task_set_exception_ports(mach_task_self(), masks[j], handlers[j], in skywalk_test_driver_run()
|
| /xnu-12377.41.6/tests/vm/ |
| H A D | test_vm_no_pager.m | 250 kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CORPSE_NOTIFY, exception_port, 252 T_EXPECT_MACH_SUCCESS(kret, "task_set_exception_ports: %s (%d)", mach_error_string(kret), kret);
|
| H A D | memorystatus_rearm.c | 254 kret = task_set_exception_ports(mach_task_self(), EXC_MASK_RESOURCE, exception_port, in exc_handler_thread()
|
| H A D | corpse_owned_vmobjects.c | 277 …ret = task_set_exception_ports(task, EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY, exception_port, EXCE…
|
| /xnu-12377.41.6/doc/mach_ipc/ |
| H A D | port_types.md | 119 using `task_set_exception_ports` accepts either a standard `IOT_PORT` or an
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | task.defs | 274 routine task_set_exception_ports(
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_tt.c | 4174 task_set_exception_ports( in task_set_exception_ports() function
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_exec.c | 3324 kern_return_t kr = task_set_exception_ports(task, act->mask, port, in exec_handle_exception_port_actions()
|