Home
last modified time | relevance | path

Searched refs:optee_do_call_with_arg (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/tee/optee/
H A Dcall.c117 * optee_do_call_with_arg() - Do an SMC to OP-TEE in secure world
126 u32 optee_do_call_with_arg(struct tee_context *ctx, phys_addr_t parg) in optee_do_call_with_arg() function
257 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_open_session()
312 optee_do_call_with_arg(ctx, msg_parg); in optee_close_session()
347 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_invoke_func()
386 optee_do_call_with_arg(ctx, msg_parg); in optee_cancel_req()
653 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_register()
679 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_unregister()
H A Doptee_private.h153 u32 optee_do_call_with_arg(struct tee_context *ctx, phys_addr_t parg);
H A Dcore.c303 optee_do_call_with_arg(ctx, parg); in optee_release()

Completed in 3 milliseconds