Searched defs:opf (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/libsyscall/wrappers/ |
| H A D | exclaves.c | 37 #define EXCLAVES_CTL_TRAP(port, opf, id, buffer, size, offset, size2, status) ({ \ 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 140 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(LAUNCH_CONCLAVE, 0); in exclaves_launch_conclave() local 154 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(LOOKUP_SERVICES, 0); in exclaves_lookup_service() local 167 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(BOOT, 0); in exclaves_boot() local 175 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(AUDIO_BUFFER_CREATE, 0); in exclaves_audio_buffer_create() local [all …]
|