Searched refs:exclaves_callbacks (Results 1 – 1 of 1) sorted by relevance
1080 static struct XrtHosted_Callbacks *exclaves_callbacks = NULL; variable1087 if (exclaves_callbacks == NULL) { in exclaves_register_xrt_hosted_callbacks()1088 exclaves_callbacks = callbacks; in exclaves_register_xrt_hosted_callbacks()1332 size_t core_count = exclaves_callbacks->v1.cores(); in exclaves_init_multicore()1334 const XrtHosted_Core_t *core = exclaves_callbacks->v1.core(i); in exclaves_init_multicore()1342 *req = exclaves_callbacks->v1.Core.request(i); in exclaves_init_multicore()1345 *res = exclaves_callbacks->v1.Core.response(i); in exclaves_init_multicore()1368 if (exclaves_callbacks == NULL) { in exclaves_scheduler_init()1376 exclaves_callbacks->v1.init( in exclaves_scheduler_init()1386 size_t frames = exclaves_callbacks->v1.frames(); in exclaves_scheduler_init()[all …]