Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_resource.h88 CONCLAVE_S_NONE = 0, enumerator
H A Dexclaves_resource.c931 conclave->c_state = CONCLAVE_S_NONE; in exclaves_conclave_init()
958 if (conclave->c_state != CONCLAVE_S_NONE) { in exclaves_conclave_attach()
1015 conclave->c_state = CONCLAVE_S_NONE; in exclaves_conclave_detach()
1034 assert3u(conclave->c_state, !=, CONCLAVE_S_NONE); in exclaves_conclave_inherit()
1133 conclave_state_t pending_state = CONCLAVE_S_NONE; in exclaves_update_state_machine_locked()