Searched refs:meo (Results 1 – 1 of 1) sorted by relevance
111 const struct mach_exception_options meo) in thread_register_handler() argument114 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() argument139 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 …]