Searched refs:EXCLAVES_CTL_OP_AND_FLAGS (Results 1 – 2 of 2) sorted by relevance
38 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()
335 #define EXCLAVES_CTL_OP_AND_FLAGS(op, flags) \ macro