Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves.c1079 static struct XrtHosted_Callbacks *exclaves_callbacks = NULL; variable
1086 if (exclaves_callbacks == NULL) { in exclaves_register_xrt_hosted_callbacks()
1087 exclaves_callbacks = callbacks; in exclaves_register_xrt_hosted_callbacks()
1349 …bool exclaves_uses_mpidr = (exclaves_callbacks->v1.global()->v2.smpStatus == XrtHosted_SmpStatus_M… in exclaves_init_multicore()
1361 size_t core_count = exclaves_callbacks->v1.cores(); in exclaves_init_multicore()
1363 const XrtHosted_Core_t *core = exclaves_callbacks->v1.core(i); in exclaves_init_multicore()
1396 *req = exclaves_callbacks->v1.Core.request(i); in exclaves_init_multicore()
1399 *res = exclaves_callbacks->v1.Core.response(i); in exclaves_init_multicore()
1415 breq = exclaves_callbacks->v1.Core.request(XrtHosted_Core_bootIndex); in exclaves_init_unicore()
1416 bres = exclaves_callbacks->v1.Core.response(XrtHosted_Core_bootIndex); in exclaves_init_unicore()
[all …]