Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dexclaves.c124 exclaves_endpoint_call_internal(ipc_port_t port, exclaves_id_t endpoint_id);
146 exclaves_xnu_proxy_endpoint_call(Exclaves_L4_Word_t endpoint_id);
736 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id, in exclaves_endpoint_call() argument
748 endpoint_id, *tag); in exclaves_endpoint_call()
751 kr = exclaves_endpoint_call_internal(port, endpoint_id); in exclaves_endpoint_call()
757 "error 0x%llx\n", endpoint_id, *tag, *error); in exclaves_endpoint_call()
761 #pragma unused(port, endpoint_id, tag, error) in exclaves_endpoint_call()
1018 exclaves_id_t endpoint_id) in exclaves_endpoint_call_internal() argument
1024 kr = exclaves_xnu_proxy_endpoint_call(endpoint_id); in exclaves_endpoint_call_internal()
1988 exclaves_xnu_proxy_endpoint_call(Exclaves_L4_Word_t endpoint_id) in exclaves_xnu_proxy_endpoint_call() argument
[all …]
H A Dexclaves_panic.c165 ex_thread->thread.execution_context_id, ex_thread->thread.endpoint_id, in exclaves_append_panic_addl_info()
/xnu-10063.101.15/libsyscall/wrappers/
H A Dexclaves.c45 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-10063.101.15/osfmk/mach/
H A Dexclaves.h121 exclaves_endpoint_call(mach_port_t port, exclaves_id_t endpoint_id,
627 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id,