Searched defs:opf (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/libsyscall/wrappers/ |
| H A D | exclaves.c | 37 #define EXCLAVES_CTL_TRAP(port, opf, id, buffer, size, offset, size2) ({ \ argument 57 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(ENDPOINT_CALL, 0); in exclaves_endpoint_call() local 72 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_outbound_buffer_create() local 83 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYOUT, 0); in exclaves_outbound_buffer_copyout() local 92 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_inbound_buffer_create() local 103 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYIN, 0); in exclaves_inbound_buffer_copyin() local 138 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_named_buffer_create() local 148 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYIN, 0); in exclaves_named_buffer_copyin() local 157 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYOUT, 0); in exclaves_named_buffer_copyout() local 170 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(LAUNCH_CONCLAVE, 0); in exclaves_launch_conclave() local [all …]
|