Home
last modified time | relevance | path

Searched refs:EXC_MASK_ALL (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.81.4/tests/
H A Dexception_ports_info.c93 …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 Dunrecoverable_trap_test.c83 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 Dreply_port_defense_client.c270 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 Dkernel_inspection.c93 …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 Darm_matrix.c567 …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 Dmach_exception_reply.c374 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 Dexception_types.h165 #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 Dhardened_exceptions.c181 EXC_MASK_ALL,
H A Dipc_read_inspect.c321 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 Dux_handler.c105 EXC_MASK_ALL & ~(EXC_MASK_RPC_ALERT | EXC_MASK_GUARD), in ux_handler_setup()