Home
last modified time | relevance | path

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

/xnu-10002.61.3/libsyscall/wrappers/
H A Dexclaves.c38 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(ENDPOINT_CALL, 0); in exclaves_endpoint_call()
53 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_CREATE, 0); in exclaves_named_buffer_create()
62 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYIN, 0); in exclaves_named_buffer_copyin()
71 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(NAMED_BUFFER_COPYOUT, 0); in exclaves_named_buffer_copyout()
79 const uint32_t opf = EXCLAVES_CTL_OP_AND_FLAGS(BOOT, 0); in exclaves_boot()
/xnu-10002.61.3/osfmk/mach/
H A Dexclaves.h335 #define EXCLAVES_CTL_OP_AND_FLAGS(op, flags) \ macro