Home
last modified time | relevance | path

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

/xnu-10063.101.15/libsyscall/wrappers/
H A Dexclaves.c35 #define EXCLAVES_CTL_TRAP _exclaves_ctl_trap macro
37 #define EXCLAVES_CTL_TRAP(port, opf, id, buffer, size, offset, size2) ({ \ macro
58 kr = EXCLAVES_CTL_TRAP(port, opf, endpoint_id, msg_buffer, size, 0, 0); in exclaves_endpoint_call()
73 return EXCLAVES_CTL_TRAP(port, opf, buffer_name, in exclaves_outbound_buffer_create()
84 return EXCLAVES_CTL_TRAP(outbound_buffer_port, opf, in exclaves_outbound_buffer_copyout()
93 return EXCLAVES_CTL_TRAP(port, opf, buffer_name, in exclaves_inbound_buffer_create()
104 return EXCLAVES_CTL_TRAP(inbound_buffer_port, opf, in exclaves_inbound_buffer_copyin()
140 return EXCLAVES_CTL_TRAP(port, opf, buffer_name, in exclaves_named_buffer_create()
149 return EXCLAVES_CTL_TRAP(named_buffer_port, opf, (exclaves_id_t)offset, in exclaves_named_buffer_copyin()
158 return EXCLAVES_CTL_TRAP(named_buffer_port, opf, (exclaves_id_t)offset, in exclaves_named_buffer_copyout()
[all …]