Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dentry_std.h21 TEE_Result __tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params);
/optee_os/core/arch/arm/plat-stm/
H A Dmain.c55 return __tee_entry_std(arg, num_params); in tee_entry_std()
/optee_os/core/tee/
H A Dentry_std.c685 return __tee_entry_std(arg, num_params); in tee_entry_std()
692 TEE_Result __tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in __tee_entry_std() function