Home
last modified time | relevance | path

Searched refs:exclaves_run (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_internal.h55 exclaves_run(thread_t thread, bool interrupted);
H A Dexclaves_panic.c132 kr = exclaves_run(thread, false); in exclaves_xnuproxy_panic_thread()
H A Dexclaves_xnuproxy.c494 kr = exclaves_run(thread, interrupted); in exclaves_xnuproxy_endpoint_call()
H A Dexclaves.c2451 exclaves_run(thread_t thread, bool interrupted) in exclaves_run() function