Home
last modified time | relevance | path

Searched refs:exceptions_allowed (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/tests/ipc/
H A Dhardened_exceptions.c42 exception_mask_t exceptions_allowed; member
114 mach_thread_self(), exc_port, meo.exceptions_allowed, in thread_register_handler()
139 signing_key_local, meo.exceptions_allowed, in create_hardened_exception_port()
154 meo.exceptions_allowed = EXC_MASK_BAD_ACCESS;
/xnu-11215.1.10/osfmk/mach/
H A Dtask.defs626 exceptions_allowed : exception_mask_t;
/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c5091 exception_mask_t exceptions_allowed, in task_register_hardened_exception_handler() argument
5107 kern_return_t kr = set_exception_ports_validation(task, exceptions_allowed, in task_register_hardened_exception_handler()
5135 hea.exception = exceptions_allowed; in task_register_hardened_exception_handler()