Home
last modified time | relevance | path

Searched refs:tee_shm_alloc (Results 1 – 7 of 7) sorted by relevance

/u-boot/cmd/
A Doptee_rpmb.c88 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 Dtee.c64 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 Davb_verify.c873 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 Dtee.h266 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags,
/u-boot/drivers/tpm/
A Dtpm2_ftpm_tee.c200 rc = tee_shm_alloc(context->tee_dev, in ftpm_tee_probe()
/u-boot/drivers/tee/
A Dtee-uclass.c101 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags, in tee_shm_alloc() function
/u-boot/doc/
A DREADME.tee28 - tee_shm_alloc(), tee_shm_register() and tee_shm_free() to manage shared

Completed in 16 milliseconds