Searched refs:EXC_MASK_ALL (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | exception_ports_info.c | 93 …kr = thread_get_exception_ports(mach_thread_self(), EXC_MASK_ALL, masks2, &count2, ports, behavior… 97 …kr = thread_get_exception_ports_info(mach_thread_self(), EXC_MASK_ALL, masks, &count, ports_info, … 104 …kr = task_get_exception_ports_info(mach_task_self(), EXC_MASK_ALL, masks, &count, ports_info, beha… 109 …kr = task_get_exception_ports(mach_task_self(), EXC_MASK_ALL, masks2, &count2, ports, behaviors2, …
|
| H A D | reply_port_defense_client.c | 219 EXC_MASK_ALL, in unentitled_set_exception_ports_crash() 240 EXC_MASK_ALL, in unentitled_set_exception_ports_pass() 248 EXC_MASK_ALL, in unentitled_set_exception_ports_pass()
|
| H A D | kernel_inspection.c | 93 …kr = thread_get_exception_ports_info(threads[i], EXC_MASK_ALL, masks, &msk_count, ports_info, beha… in attempt_kernel_inspection() 133 …kern_return_t kr = task_get_exception_ports_info(task, EXC_MASK_ALL, masks, &msk_count, ports_info… in attempt_kernel_inspection()
|
| H A D | mach_exception_reply.c | 374 kr = thread_set_exception_ports(self, EXC_MASK_ALL, ePort, EXCEPTION_DEFAULT, THREAD_STATE_NONE); in test_exc_reply_type()
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | exception_types.h | 165 #define EXC_MASK_ALL (EXC_MASK_BAD_ACCESS | \ macro 179 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY)
|
| /xnu-11215.1.10/tests/ipc/ |
| H A D | hardened_exceptions.c | 185 EXC_MASK_ALL,
|
| H A D | ipc_read_inspect.c | 331 kr = task_get_exception_ports(tport, EXC_MASK_ALL, in test_task_port_mig_intrans() 457 kr = thread_get_exception_ports(tport, EXC_MASK_ALL, in test_thread_port_mig_intrans()
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ux_handler.c | 104 EXC_MASK_ALL & ~(EXC_MASK_RPC_ALERT | EXC_MASK_GUARD), in ux_handler_setup()
|