Searched refs:EXC_MASK_ALL (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.81.4/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 | unrecoverable_trap_test.c | 83 mach_port_t exc_port = create_exception_port(EXC_MASK_ALL); 127 mach_port_t exc_port = create_exception_port(EXC_MASK_ALL); 214 mach_port_t exc_port = create_exception_port(EXC_MASK_ALL);
|
| H A D | reply_port_defense_client.c | 270 EXC_MASK_ALL, in test_unentitled_thread_set_exception_ports() 291 EXC_MASK_ALL, in unentitled_set_exception_ports_pass() 299 EXC_MASK_ALL, in unentitled_set_exception_ports_pass() 594 EXC_MASK_ALL, in test_service_port_as_exception_port() 603 EXC_MASK_ALL, in test_service_port_as_exception_port() 612 EXC_MASK_ALL, in test_service_port_as_exception_port()
|
| 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 | arm_matrix.c | 567 …kr = thread_set_exception_ports(thread, EXC_MASK_ALL, exc_port, EXCEPTION_STATE, ARM_THREAD_STATE6… 571 kr = thread_set_exception_ports(thread, EXC_MASK_ALL, exc_port, EXCEPTION_STATE, flavor);
|
| 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-12377.81.4/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-12377.81.4/tests/ipc/ |
| H A D | hardened_exceptions.c | 181 EXC_MASK_ALL,
|
| H A D | ipc_read_inspect.c | 321 kr = task_get_exception_ports(tport, EXC_MASK_ALL, in test_task_port_mig_intrans() 447 kr = thread_get_exception_ports(tport, EXC_MASK_ALL, in test_thread_port_mig_intrans()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | ux_handler.c | 105 EXC_MASK_ALL & ~(EXC_MASK_RPC_ALERT | EXC_MASK_GUARD), in ux_handler_setup()
|