Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.h86 CONCLAVE_S_NONE = 0, enumerator
H A Dexclaves_resource.c815 conclave->c_state = CONCLAVE_S_NONE; in exclaves_conclave_init()
840 if (conclave->c_state != CONCLAVE_S_NONE) { in exclaves_conclave_attach()
894 conclave->c_state = CONCLAVE_S_NONE; in exclaves_conclave_detach()
913 assert3u(conclave->c_state, !=, CONCLAVE_S_NONE); in exclaves_conclave_inherit()
987 conclave_state_t pending_state = CONCLAVE_S_NONE; in exclaves_update_state_machine_locked()