Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/ipc/
H A Dhardened_exceptions.c111 const struct mach_exception_options meo) in thread_register_handler() argument
114 mach_thread_self(), exc_port, meo.exceptions_allowed, in thread_register_handler()
115 meo.behaviors_allowed, meo.flavors_allowed); in thread_register_handler()
121 create_hardened_exception_port(const struct mach_exception_options meo, in create_hardened_exception_port() argument
139 signing_key_local, meo.exceptions_allowed, in create_hardened_exception_port()
140 meo.behaviors_allowed, meo.flavors_allowed, exc_port); in create_hardened_exception_port()
153 struct mach_exception_options meo;
154 meo.exceptions_allowed = EXC_MASK_BAD_ACCESS;
155 meo.behaviors_allowed = EXCEPTION_STATE_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES;
156 meo.flavors_allowed = ARM_THREAD_STATE64;
[all …]