Home
last modified time | relevance | path

Searched refs:__tee_shm_add (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c49 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size, in __tee_shm_add() function
106 return __tee_shm_add(dev, 0, NULL, size, f, shmp); in tee_shm_alloc()
116 return __tee_shm_add(dev, 0, addr, size, f, shmp); in tee_shm_register()
/openbmc/u-boot/drivers/tee/optee/
H A Dsupplicant.c32 rc = __tee_shm_add(dev, 0, NULL, arg->params[0].u.value.b, in cmd_shm_alloc()
H A Dcore.c146 rc = __tee_shm_add(dev, OPTEE_MSG_NONCONTIG_PAGE_SIZE, NULL, in get_msg_arg()
254 if (!__tee_shm_add(dev, OPTEE_MSG_NONCONTIG_PAGE_SIZE, NULL, in handle_rpc()
/openbmc/u-boot/include/
H A Dtee.h248 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size,