Searched refs:sharedMemory (Results 1 – 1 of 1) sorted by relevance
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_common_api.h | 21 #define ALLOCATE_SHARED_MEMORY(context, sharedMemory, sharedMemorySize, \ argument 23 res = AllocateSharedMemory(context, sharedMemory, sharedMemorySize, \ 27 memset(sharedMemory->buffer, 0, sharedMemorySize); 29 #define ALLOCATE_AND_FILL_SHARED_MEMORY(context, sharedMemory, \ argument 33 res = AllocateSharedMemory(context, sharedMemory, sharedMemorySize, \ 37 memset(sharedMemory->buffer, 0, sharedMemorySize); \ 39 memcpy(sharedMemory->buffer, data, copySize); \ 46 sharedMemory, \ argument 50 op.params[parameterNumber].memref.parent = sharedMemory;
|
Completed in 7 milliseconds