Home
last modified time | relevance | path

Searched refs:optee_shm_arg_entry (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tee/optee/
H A Dcall.c36 struct optee_shm_arg_entry { struct
145 struct optee_shm_arg_entry *entry; in optee_shm_arg_cache_uninit()
149 entry = list_first_entry(head, struct optee_shm_arg_entry, in optee_shm_arg_cache_uninit()
183 struct optee_shm_arg_entry **entry_ret, in optee_get_msg_arg()
189 struct optee_shm_arg_entry *entry; in optee_get_msg_arg()
259 struct optee_shm_arg_entry *entry, u_int offs) in optee_free_msg_arg()
286 struct optee_shm_arg_entry *entry; in optee_open_session()
366 struct optee_shm_arg_entry *entry; in optee_close_session_helper()
407 struct optee_shm_arg_entry *entry; in optee_invoke_func()
457 struct optee_shm_arg_entry *entry; in optee_cancel_req()
H A Doptee_private.h64 struct optee_shm_arg_entry;
313 struct optee_shm_arg_entry **entry,
317 struct optee_shm_arg_entry *entry, u_int offs);
H A Dsmc_abi.c970 struct optee_shm_arg_entry *entry; in simple_call_with_arg()