Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tee/optee/
Doptee_private.h124 struct optee_call_ctx { struct
131 struct optee_call_ctx *call_ctx); argument
132 void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx);
Drpc.c287 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd_shm_alloc()
433 static void free_pages_list(struct optee_call_ctx *call_ctx) in free_pages_list()
443 void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx) in optee_rpc_finalize_call()
450 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd()
494 struct optee_call_ctx *call_ctx) in optee_handle_rpc()
Dcall.c130 struct optee_call_ctx call_ctx = { }; in optee_do_call_with_arg()