Searched refs:endpoint_id (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | exclaves_xnuproxy.c | 471 exclaves_xnuproxy_endpoint_call(Exclaves_L4_Word_t endpoint_id) in exclaves_xnuproxy_endpoint_call() argument 482 XNUPROXY_CR_ENDPOINT_ID(ipcb) = endpoint_id; in exclaves_xnuproxy_endpoint_call() 486 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 491 | DBG_FUNC_START, scid, endpoint_id); in exclaves_xnuproxy_endpoint_call() 506 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 511 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 517 endpoint_id = XNUPROXY_CR_ENDPOINT_ID(ipcb); in exclaves_xnuproxy_endpoint_call() 519 | DBG_FUNC_START, scid, endpoint_id); in exclaves_xnuproxy_endpoint_call() 521 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 522 kr = exclaves_call_upcall_handler(endpoint_id); in exclaves_xnuproxy_endpoint_call() [all …]
|
| H A D | exclaves_xnuproxy.h | 94 exclaves_xnuproxy_endpoint_call(Exclaves_L4_Word_t endpoint_id);
|
| H A D | exclaves.c | 121 exclaves_endpoint_call_internal(ipc_port_t port, exclaves_id_t endpoint_id); 848 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id, in exclaves_endpoint_call() argument 860 endpoint_id, *tag); in exclaves_endpoint_call() 863 kr = exclaves_endpoint_call_internal(port, endpoint_id); in exclaves_endpoint_call() 869 "error 0x%llx\n", endpoint_id, *tag, *error); in exclaves_endpoint_call() 873 #pragma unused(port, endpoint_id, tag, error) in exclaves_endpoint_call() 1123 exclaves_id_t endpoint_id) in exclaves_endpoint_call_internal() argument 1129 kr = exclaves_xnuproxy_endpoint_call(endpoint_id); in exclaves_endpoint_call_internal()
|
| H A D | exclaves_panic.c | 240 ex_thread->thread.execution_context_id, ex_thread->thread.endpoint_id, in exclaves_append_panic_addl_info()
|
| /xnu-12377.41.6/libsyscall/wrappers/ |
| H A D | exclaves.c | 45 exclaves_endpoint_call(mach_port_t port, exclaves_id_t endpoint_id, in exclaves_endpoint_call() argument 58 kr = EXCLAVES_CTL_TRAP(port, opf, endpoint_id, msg_buffer, size, 0, 0, 0); in exclaves_endpoint_call() 63 #pragma unused(port, endpoint_id, msg_buffer, size, tag, error) in exclaves_endpoint_call()
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | exclaves.h | 215 exclaves_endpoint_call(mach_port_t port, exclaves_id_t endpoint_id, 844 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id,
|