![]() |
mTower
|
#include <tee.h>
Data Fields | |
| uint32_t | shm_offs |
| uint32_t | size |
| int32_t | shm_id |
struct tee_ioctl_param_memref - memory reference : Offset into the shared memory object : Size of the buffer : Shared memory identifier
Shared memory is allocated with TEE_IOC_SHM_ALLOC which returns an identifier representing the shared memory object. A memref can reference a part of a shared memory by specifying an offset () and of the object. To supply the entire shared memory object set to 0 and to the previously returned size of the object.
1.8.13