Searched refs:opf (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/libsyscall/wrappers/ |
| H A D | exclaves.c | 37 #define EXCLAVES_CTL_TRAP(port, opf, id, buffer, size, offset, size2, status) ({ \ argument 38 (void)port; (void)opf; (void)id; (void)buffer; \ 57 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(ENDPOINT_CALL, 0); in exclaves_endpoint_call() local 58 kr = EXCLAVES_CTL_TRAP(port, opf, endpoint_id, msg_buffer, size, 0, 0, 0); in exclaves_endpoint_call() 72 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_outbound_buffer_create() local 73 return EXCLAVES_CTL_TRAP(port, opf, buffer_name, in exclaves_outbound_buffer_create() 83 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYOUT, 0); in exclaves_outbound_buffer_copyout() local 84 return EXCLAVES_CTL_TRAP(outbound_buffer_port, opf, in exclaves_outbound_buffer_copyout() 92 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_inbound_buffer_create() local 93 return EXCLAVES_CTL_TRAP(port, opf, buffer_name, in exclaves_inbound_buffer_create() [all …]
|