Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Doptee_private.h126 struct optee_call_ctx { struct
133 struct optee_call_ctx *call_ctx); argument
134 void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx);
H A Drpc.c289 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd_shm_alloc()
436 static void free_pages_list(struct optee_call_ctx *call_ctx) in free_pages_list()
446 void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx) in optee_rpc_finalize_call()
453 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd()
497 struct optee_call_ctx *call_ctx) in optee_handle_rpc()
H A Dcall.c131 struct optee_call_ctx call_ctx = { }; in optee_do_call_with_arg()