Home
last modified time | relevance | path

Searched defs:shm (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c52 struct tee_shm *shm; in __tee_shm_add() local
119 void tee_shm_free(struct tee_shm *shm) in tee_shm_free()
136 bool tee_shm_is_registered(struct tee_shm *shm, struct udevice *dev) in tee_shm_is_registered()
186 struct tee_shm *shm; in tee_pre_remove() local
H A Dsandbox.c270 static int sandbox_tee_shm_register(struct udevice *dev, struct tee_shm *shm) in sandbox_tee_shm_register()
279 static int sandbox_tee_shm_unregister(struct udevice *dev, struct tee_shm *shm) in sandbox_tee_shm_unregister()
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c203 struct tee_shm *shm; in from_msg_param() local
250 struct tee_shm *shm; in handle_rpc() local
333 struct tee_shm *shm; in optee_close_session() local
354 struct tee_shm *shm; in optee_open_session() local
404 struct tee_shm *shm; in optee_invoke_func() local
438 static int optee_shm_register(struct udevice *dev, struct tee_shm *shm) in optee_shm_register()
473 static int optee_shm_unregister(struct udevice *dev, struct tee_shm *shm) in optee_shm_unregister()
H A Dsupplicant.c20 struct tee_shm *shm; in cmd_shm_alloc() local
/openbmc/u-boot/include/
H A Dtee.h96 struct tee_shm *shm; member