Searched refs:shmp (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/tee/ |
H A D | tee-uclass.c | 50 u32 flags, struct tee_shm **shmp) in __tee_shm_add() argument 88 *shmp = shm; in __tee_shm_add() 100 struct tee_shm **shmp) in tee_shm_alloc() argument 106 return __tee_shm_add(dev, 0, NULL, size, f, shmp); in tee_shm_alloc() 110 struct tee_shm **shmp) in tee_shm_register() argument 116 return __tee_shm_add(dev, 0, addr, size, f, shmp); in tee_shm_register()
|
/openbmc/u-boot/include/ |
H A D | tee.h | 249 u32 flags, struct tee_shm **shmp); 262 struct tee_shm **shmp); 276 struct tee_shm **shmp);
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | core.c | 141 struct tee_shm **shmp, struct optee_msg_arg **msg_arg) in get_msg_arg() argument 148 shmp); in get_msg_arg() 152 ma = (*shmp)->addr; in get_msg_arg()
|