Home
last modified time | relevance | path

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

/xnu-11215.1.10/libsyscall/wrappers/
H A Dexclaves.c57 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()
138 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_named_buffer_create()
148 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYIN, 0); in exclaves_named_buffer_copyin()
157 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYOUT, 0); in exclaves_named_buffer_copyout()
170 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(LAUNCH_CONCLAVE, 0); in exclaves_launch_conclave()
184 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(LOOKUP_SERVICES, 0); in exclaves_lookup_service()
[all …]
/xnu-11215.1.10/osfmk/mach/
H A Dexclaves.h954 #define EXCLAVES_CTL_OP_AND_FLAGS(op, flags) \ macro