![]() |
mTower
|
#include <tee.h>
Data Fields | |
| uint32_t | fd |
| uint32_t | size |
| uint32_t | flags |
| int32_t | id |
struct tee_ioctl_shm_register_fd_data - Shared memory registering argument : [in] file descriptor identifying the shared memory : [out] Size of shared memory to allocate : [in] 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