Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/ipc/
H A Dhardened_exceptions.c110 const struct mach_exception_options meo) in thread_register_handler() argument
113 mach_thread_self(), exc_port, meo.exceptions_allowed, in thread_register_handler()
114 meo.behaviors_allowed, meo.flavors_allowed); in thread_register_handler()
120 create_hardened_exception_port(const struct mach_exception_options meo, in create_hardened_exception_port() argument
137 signing_key_local, meo.exceptions_allowed, in create_hardened_exception_port()
138 meo.behaviors_allowed, meo.flavors_allowed, exc_port); in create_hardened_exception_port()
150 struct mach_exception_options meo; variable
151 meo.exceptions_allowed = EXC_MASK_BAD_ACCESS;
152 meo.behaviors_allowed = EXCEPTION_STATE_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES;
153 meo.flavors_allowed = EXCEPTION_THREAD_STATE;
[all …]