mTower
Data Fields
tee_ioctl_param_memref Struct Reference

#include <tee.h>

Data Fields

uint32_t shm_offs
 
uint32_t size
 
int32_t shm_id
 

Detailed Description

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.


The documentation for this struct was generated from the following file: