Searched refs:tee_shm_alloc (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/ |
D | avb_verify.c | 874 rc = tee_shm_alloc(tee, name_size, in read_persistent_value() 879 rc = tee_shm_alloc(tee, buffer_size, in read_persistent_value() 938 rc = tee_shm_alloc(tee, name_size, in write_persistent_value() 943 rc = tee_shm_alloc(tee, value_size, in write_persistent_value()
|
/external/u-boot/test/dm/ |
D | tee.c | 87 rc = tee_shm_alloc(dev, 256, 0, &vars->alloc_shm); in test_tee()
|
/external/u-boot/include/ |
D | tee.h | 263 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags,
|
/external/u-boot/drivers/tee/ |
D | tee-uclass.c | 99 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags, in tee_shm_alloc() function
|
/external/u-boot/doc/ |
D | README.tee | 28 - tee_shm_alloc(), tee_shm_register() and tee_shm_free() to manage shared
|