Home
last modified time | relevance | path

Searched refs:exclaves_id_t (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.61.12/libsyscall/wrappers/
H A Dexclaves.c45 exclaves_endpoint_call(mach_port_t port, exclaves_id_t endpoint_id, in exclaves_endpoint_call()
85 (exclaves_id_t) offset1, dst_buffer, size1, size2, offset2, 0); in exclaves_outbound_buffer_copyout()
105 (exclaves_id_t) offset1, src_buffer, size1, size2, offset2, 0); in exclaves_inbound_buffer_copyin()
109 exclaves_named_buffer_create(mach_port_t port, exclaves_id_t buffer_id, in exclaves_named_buffer_create()
146 exclaves_id_t *resource_id) in exclaves_lookup_service()
176 return EXCLAVES_CTL_TRAP(port, opf, (exclaves_id_t) buffer_name, in exclaves_audio_buffer_create()
188 (exclaves_id_t) offset1, dst_buffer, size1, size2, offset2, 0); in exclaves_audio_buffer_copyout()
200 (exclaves_id_t) offset1, dst_buffer, size1, size2, offset2, in exclaves_audio_buffer_copyout_with_status()
210 return EXCLAVES_CTL_TRAP(port, opf, (exclaves_id_t) sensor_name, in exclaves_sensor_create()
277 kr = EXCLAVES_CTL_TRAP(port, opf, (exclaves_id_t)0, in exclaves_notification_create()
/xnu-12377.61.12/osfmk/mach/
H A Dexclaves.h44 typedef uint64_t exclaves_id_t; typedef
215 exclaves_endpoint_call(mach_port_t port, exclaves_id_t endpoint_id,
381 exclaves_named_buffer_create(mach_port_t port, exclaves_id_t buffer_id,
741 exclaves_lookup_service(mach_port_t port, const char *name, exclaves_id_t *resource_id);
844 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id,
939 exclaves_register_upcall_handler(exclaves_id_t upcall_id, void *upcall_context,
1161 exclaves_id_t r_id;
1185 exclaves_id_t identifier, mach_vm_address_t buffer, mach_vm_size_t size,
/xnu-12377.61.12/osfmk/kern/
H A Dexclaves_upcalls.h40 exclaves_call_upcall_handler(exclaves_id_t upcall_id);
H A Dexclaves_upcalls.c70 ((exclaves_id_t)XNUPROXY_UPCALL_TIGHTBEAM)
73 ((exclaves_id_t)XNUPROXY_PMM_UPCALL_TIGHTBEAM_V2)
76 ((exclaves_id_t)XNUPROXY_UPCALL_TIGHTBEAM_V2)
583 exclaves_register_upcall_handler(exclaves_id_t upcall_id, void *upcall_context, in exclaves_register_upcall_handler()
670 exclaves_call_upcall_handler(exclaves_id_t upcall_id) in exclaves_call_upcall_handler()
806 exclaves_call_upcall_handler(exclaves_id_t upcall_id) in exclaves_call_upcall_handler()
813 exclaves_register_upcall_handler(exclaves_id_t upcall_id, void *upcall_context, in exclaves_register_upcall_handler()
H A Dexclaves_frame_mint.c56 exclaves_id_t id = exclaves_service_lookup(EXCLAVES_DOMAIN_KERNEL, in exclaves_frame_mint_init()
H A Dexclaves_aoe.c53 exclaves_id_t aoeproxy_id = exclaves_service_lookup( in exclaves_aoe_boot()
H A Dexclaves.c121 exclaves_endpoint_call_internal(ipc_port_t port, exclaves_id_t endpoint_id);
217 exclaves_id_t identifier = uap->identifier; in _exclaves_ctl_trap()
848 exclaves_endpoint_call(ipc_port_t port, exclaves_id_t endpoint_id, in exclaves_endpoint_call()
1123 exclaves_id_t endpoint_id) in exclaves_endpoint_call_internal()
H A Dexclaves_sensor.c140 exclaves_id_t sensorrequest_id, sensorcopyrequest_id; in exclaves_eic_init()
H A Dexclaves_driverkit.c1231 exclaves_id_t id = exclaves_service_lookup(EXCLAVES_DOMAIN_KERNEL, in hello_driverkit_interrupts()