Searched refs:EXCLAVES_CTL_OP_AND_FLAGS (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/libsyscall/wrappers/ |
| H A D | exclaves.c | 57 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(ENDPOINT_CALL, 0); in exclaves_endpoint_call() 72 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_outbound_buffer_create() 83 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYOUT, 0); in exclaves_outbound_buffer_copyout() 92 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_inbound_buffer_create() 103 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYIN, 0); in exclaves_inbound_buffer_copyin() 140 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(LAUNCH_CONCLAVE, 0); in exclaves_launch_conclave() 154 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(LOOKUP_SERVICES, 0); in exclaves_lookup_service() 167 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(BOOT, 0); in exclaves_boot() 175 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(AUDIO_BUFFER_CREATE, 0); in exclaves_audio_buffer_create() 186 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(AUDIO_BUFFER_COPYOUT, 0); in exclaves_audio_buffer_copyout() [all …]
|
| /xnu-11417.121.6/osfmk/mach/ |
| H A D | exclaves.h | 1063 #define EXCLAVES_CTL_OP_AND_FLAGS(op, flags) \ macro
|