Home
last modified time | relevance | path

Searched refs:tee_entry_std (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/tee/
H A Dentry_std.h20 TEE_Result tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params);
/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld107 PROVIDE(tee_entry_std = 0); symbol
H A Dthread_optee_smc.c165 if (tee_entry_std(arg, num_params)) in call_entry_std()
H A Dthread_spmc.c2071 res = tee_entry_std(arg, num_params); in yielding_call_with_arg()
/optee_os/core/arch/arm/plat-stm/
H A Dmain.c51 TEE_Result tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std() function
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c166 if (tee_entry_std(arg, num_params)) in call_entry_std()
/optee_os/core/tee/
H A Dentry_std.c683 TEE_Result __weak tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std() function