Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dexclaves_xnuproxy.c61 static exclaves_ctx_t exclaves_bootstrap_ctx = {}; variable
71 assert3p(exclaves_bootstrap_ctx.ipcb, !=, NULL); in exclaves_bootstrap_context_acquire()
72 assert3u(save_ctx->scid, !=, exclaves_bootstrap_ctx.scid); in exclaves_bootstrap_context_acquire()
80 thread->th_exclaves_ipc_ctx = exclaves_bootstrap_ctx; in exclaves_bootstrap_context_acquire()
92 assert3u(restore_ctx->scid, !=, exclaves_bootstrap_ctx.scid); in exclaves_bootstrap_context_release()
97 assert3p(thread->th_exclaves_ipc_ctx.ipcb, ==, exclaves_bootstrap_ctx.ipcb); in exclaves_bootstrap_context_release()
204 assert3u(ctx->scid, !=, exclaves_bootstrap_ctx.scid); in exclaves_ipc_buffer_cache_free()
343 if (ctx->scid == exclaves_bootstrap_ctx.scid) { in exclaves_xnuproxy_ctx_free()
612 exclaves_bootstrap_ctx.scid = bootinfo.scid; in exclaves_xnuproxy_init()
613 exclaves_bootstrap_ctx.ipcb = in exclaves_xnuproxy_init()
[all …]