Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/ipc/
H A Dhardened_exceptions.c131 .flags = MPO_INSERT_SEND_RIGHT | MPO_EXCEPTION_PORT, in create_hardened_exception_port()
/xnu-11215.81.4/osfmk/mach/
H A Dport.h484 #define MPO_EXCEPTION_PORT 0x8000 /* Used for hardened exceptions - immovable */ macro
H A Dtask.defs609 * 2. The `new_exception_port` must be created using MPO_EXCEPTION_PORT (implicitly immovable)
/xnu-11215.81.4/tests/
H A Dreply_port_defense_client.c265 .flags = MPO_INSERT_SEND_RIGHT | MPO_EXCEPTION_PORT, in exception_ports_crash()
/xnu-11215.81.4/osfmk/ipc/
H A Dmach_port.c2647 MPO_EXCEPTION_PORT | MPO_PROVISIONAL_REPLY_PORT); in mach_port_construct()
2673 if (options->flags & MPO_EXCEPTION_PORT) { in mach_port_construct()