Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_resource.h97 CONCLAVE_R_LAUNCH_REQUESTED = 0x1, enumerator
H A Dexclaves_resource.c1102 conclave->c_request |= CONCLAVE_R_LAUNCH_REQUESTED; in exclaves_conclave_launch()
1139 if (conclave->c_request & CONCLAVE_R_LAUNCH_REQUESTED) { in exclaves_update_state_machine_locked()
1140 conclave->c_request &= ~CONCLAVE_R_LAUNCH_REQUESTED; in exclaves_update_state_machine_locked()