Searched refs:tee_shm_alloc (Results 1 – 7 of 7) sorted by relevance
/u-boot/cmd/ |
A D | optee_rpmb.c | 88 rc = tee_shm_alloc(tee, name_size, in read_persistent_value() 93 rc = tee_shm_alloc(tee, buffer_size, in read_persistent_value() 149 rc = tee_shm_alloc(tee, name_size, in write_persistent_value() 154 rc = tee_shm_alloc(tee, value_size, in write_persistent_value()
|
/u-boot/test/dm/ |
A D | tee.c | 64 rc = tee_shm_alloc(dev, buf_size, in invoke_func_rpc_test() 134 rc = tee_shm_alloc(dev, 256, 0, &vars->alloc_shm); in test_tee()
|
/u-boot/common/ |
A D | avb_verify.c | 873 rc = tee_shm_alloc(tee, name_size, in read_persistent_value() 878 rc = tee_shm_alloc(tee, buffer_size, in read_persistent_value() 937 rc = tee_shm_alloc(tee, name_size, in write_persistent_value() 942 rc = tee_shm_alloc(tee, value_size, in write_persistent_value()
|
/u-boot/include/ |
A D | tee.h | 266 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags,
|
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 200 rc = tee_shm_alloc(context->tee_dev, in ftpm_tee_probe()
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 101 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags, in tee_shm_alloc() function
|
/u-boot/doc/ |
A D | README.tee | 28 - tee_shm_alloc(), tee_shm_register() and tee_shm_free() to manage shared
|
Completed in 16 milliseconds