Searched refs:TEEC_MEM_OUTPUT (Results 1 – 3 of 3) sorted by relevance
148 TEEC_MEM_OUTPUT = 0x2, enumerator
499 case TEEC_MEM_OUTPUT: in TranslateParamType()1247 …uffer == NULL) || ((sharedMem->flags != TEEC_MEM_INPUT) && (sharedMem->flags != TEEC_MEM_OUTPUT) && in TEEC_RegisterSharedMemoryInner()1344 … bool condition = (sharedMem->flags != TEEC_MEM_INPUT) && (sharedMem->flags != TEEC_MEM_OUTPUT) && in TEEC_AllocateSharedMemoryInner()1579 if (!(memref.parent->flags & TEEC_MEM_OUTPUT)) { in TEEC_CheckMemRef()1586 if (!(memref.parent->flags & TEEC_MEM_OUTPUT)) { in TEEC_CheckMemRef()
142 if (!(memref.parent->flags & TEEC_MEM_OUTPUT)) { in TEEC_CheckMemRef()149 if (!(memref.parent->flags & TEEC_MEM_OUTPUT)) { in TEEC_CheckMemRef()253 return (flag == TEEC_MEM_INPUT || flag == TEEC_MEM_OUTPUT || flag == TEEC_MEM_INOUT); in CheckSharedMemoryFLag()