Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves.c1023 static struct XrtHosted_Callbacks *exclaves_callbacks = NULL; variable
1030 if (exclaves_callbacks == NULL) { in exclaves_register_xrt_hosted_callbacks()
1031 exclaves_callbacks = callbacks; in exclaves_register_xrt_hosted_callbacks()
1236 size_t core_count = exclaves_callbacks->v1.cores(); in exclaves_init_multicore()
1238 const XrtHosted_Core_t *core = exclaves_callbacks->v1.core(i); in exclaves_init_multicore()
1246 *req = exclaves_callbacks->v1.Core.request(i); in exclaves_init_multicore()
1249 *res = exclaves_callbacks->v1.Core.response(i); in exclaves_init_multicore()
1272 if (exclaves_callbacks == NULL) { in exclaves_scheduler_init()
1280 exclaves_callbacks->v1.init( in exclaves_scheduler_init()
1290 size_t frames = exclaves_callbacks->v1.frames(); in exclaves_scheduler_init()
[all …]