![]() |
mTower
|
#include <tee.h>
Data Fields | |
| uint32_t | size |
| uint32_t | flags |
| int32_t | id |
struct tee_ioctl_shm_alloc_data - Shared memory allocate argument : [in/out] Size of shared memory to allocate : [in/out] Flags to/from allocation. : [out] Identifier of the shared memory
The flags field should currently be zero as input. Updated by the call with actual flags as defined by TEE_IOCTL_SHM_* above. This structure is used as argument for TEE_IOC_SHM_ALLOC below.
1.8.13