Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dexclaves_resource.h95 CONCLAVE_R_LAUNCH_REQUESTED = 0x1, enumerator
H A Dexclaves_resource.c976 conclave->c_request |= CONCLAVE_R_LAUNCH_REQUESTED; in exclaves_conclave_launch()
993 if (conclave->c_request & CONCLAVE_R_LAUNCH_REQUESTED) { in exclaves_update_state_machine_locked()
994 conclave->c_request &= ~CONCLAVE_R_LAUNCH_REQUESTED; in exclaves_update_state_machine_locked()