Home
last modified time | relevance | path

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

/xnu-11215.81.4/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, status) ({ \ macro
58 kr = EXCLAVES_CTL_TRAP(port, opf, endpoint_id, msg_buffer, size, 0, 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()
141 return EXCLAVES_CTL_TRAP(port, opf, 0, 0, 0, 0, 0, 0); in exclaves_launch_conclave()
156 kr = EXCLAVES_CTL_TRAP(port, opf, 0, in exclaves_lookup_service()
168 return EXCLAVES_CTL_TRAP(port, opf, stage, 0, 0, 0, 0, 0); in exclaves_boot()
[all …]