Home
last modified time | relevance | path

Searched refs:shm_args (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tee/optee/
H A Dcall.c137 INIT_LIST_HEAD(&optee->shm_arg_cache.shm_args); in optee_shm_arg_cache_init()
144 struct list_head *head = &optee->shm_arg_cache.shm_args; in optee_shm_arg_cache_uninit()
205 list_for_each_entry(entry, &optee->shm_arg_cache.shm_args, list_node) { in optee_get_msg_arg()
230 list_add(&entry->list_node, &optee->shm_arg_cache.shm_args); in optee_get_msg_arg()
H A Doptee_private.h69 struct list_head shm_args; member