Searched refs:endpoint_id (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | exclaves_xnuproxy.c | 809 exclaves_xnuproxy_endpoint_call(Exclaves_L4_Word_t endpoint_id) in exclaves_xnuproxy_endpoint_call() argument 820 XNUPROXY_CR_ENDPOINT_ID(ipcb) = endpoint_id; in exclaves_xnuproxy_endpoint_call() 824 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 829 | DBG_FUNC_START, scid, endpoint_id); in exclaves_xnuproxy_endpoint_call() 845 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 850 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 856 endpoint_id = XNUPROXY_CR_ENDPOINT_ID(ipcb); in exclaves_xnuproxy_endpoint_call() 858 | DBG_FUNC_START, scid, endpoint_id); in exclaves_xnuproxy_endpoint_call() 860 endpoint_id, scid, status); in exclaves_xnuproxy_endpoint_call() 861 kr = exclaves_call_upcall_handler(endpoint_id); in exclaves_xnuproxy_endpoint_call() [all …]
|
| H A D | exclaves_xnuproxy.h | 97 exclaves_xnuproxy_endpoint_call(Exclaves_L4_Word_t endpoint_id);
|
| H A D | exclaves.c | 127 exclaves_endpoint_call_internal(ipc_port_t port, exclaves_id_t endpoint_id); 789 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id, in exclaves_endpoint_call() argument 801 endpoint_id, *tag); in exclaves_endpoint_call() 804 kr = exclaves_endpoint_call_internal(port, endpoint_id); in exclaves_endpoint_call() 810 "error 0x%llx\n", endpoint_id, *tag, *error); in exclaves_endpoint_call() 814 #pragma unused(port, endpoint_id, tag, error) in exclaves_endpoint_call() 1062 exclaves_id_t endpoint_id) in exclaves_endpoint_call_internal() argument 1068 kr = exclaves_xnuproxy_endpoint_call(endpoint_id); in exclaves_endpoint_call_internal()
|
| H A D | exclaves_panic.c | 222 ex_thread->thread.execution_context_id, ex_thread->thread.endpoint_id, in exclaves_append_panic_addl_info()
|
| /xnu-11215.1.10/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); in exclaves_endpoint_call() 63 #pragma unused(port, endpoint_id, msg_buffer, size, tag, error) in exclaves_endpoint_call()
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | exclaves.h | 181 exclaves_endpoint_call(mach_port_t port, exclaves_id_t endpoint_id, 687 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id,
|