Searched refs:upcall_id (Results 1 – 3 of 3) sorted by relevance
528 exclaves_register_upcall_handler(exclaves_id_t upcall_id, void *upcall_context, in exclaves_register_upcall_handler() argument531 assert3u(upcall_id, <, NUM_XNUPROXY_UPCALLS); in exclaves_register_upcall_handler()535 assert(exclaves_upcall_handlers[upcall_id].handler == NULL); in exclaves_register_upcall_handler()537 exclaves_upcall_handlers[upcall_id] = in exclaves_register_upcall_handler()605 exclaves_call_upcall_handler(exclaves_id_t upcall_id) in exclaves_call_upcall_handler() argument619 if (upcall_id < NUM_XNUPROXY_UPCALLS) { in exclaves_call_upcall_handler()620 upcall_handler = exclaves_upcall_handlers[upcall_id]; in exclaves_call_upcall_handler()741 exclaves_call_upcall_handler(exclaves_id_t upcall_id) in exclaves_call_upcall_handler() argument743 (void)upcall_id; in exclaves_call_upcall_handler()748 exclaves_register_upcall_handler(exclaves_id_t upcall_id, void *upcall_context, in exclaves_register_upcall_handler() argument[all …]
40 exclaves_call_upcall_handler(exclaves_id_t upcall_id);
850 exclaves_register_upcall_handler(exclaves_id_t upcall_id, void *upcall_context,