Home
last modified time | relevance | path

Searched refs:exclaves_get_status (Results 1 – 9 of 9) sorted by relevance

/xnu-10063.121.3/osfmk/kern/
H A Dexclaves_tests.c59 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_hello_exclave_test()
109 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_panic_exclave_test()
163 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_hello_tightbeam_test()
357 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_check_mem_usage_test()
H A Dexclaves_boot.c375 exclaves_get_status(void) in exclaves_get_status() function
415 exclaves_get_status(void) in exclaves_get_status() function
H A Dexclaves_driverkit.c670 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_hello_driverkit_interrupts()
751 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_hello_driverkit_multi_timers()
H A Dexclaves_conclave.c312 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_hello_conclaves_test()
H A Dexclaves_upcalls.c451 if (exclaves_get_status() != EXCLAVES_STATUS_AVAILABLE) { in exclaves_hello_upcall_test()
/xnu-10063.121.3/osfmk/mach/
H A Dexclaves.h932 exclaves_get_status(void);
/xnu-10063.121.3/iokit/Exclaves/
H A DExclaves.cpp133 if (exclaves_get_status() == EXCLAVES_STATUS_NOT_SUPPORTED) { in exclaveStart()
/xnu-10063.121.3/bsd/kern/
H A Dkern_exec.c3821 (exclaves_get_status() == EXCLAVES_STATUS_AVAILABLE)) { in posix_spawn()
H A Dkern_sysctl.c6119 int value = exclaves_get_status();