Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/tee/
H A Dentry_fast.h31 void tee_entry_fast(struct thread_abi_args *args);
/optee_os/core/arch/arm/include/tee/
H A Dentry_fast.h30 void tee_entry_fast(struct thread_smc_args *args);
/optee_os/core/arch/arm/plat-zynq7k/
H A Dmain.c204 void tee_entry_fast(struct thread_smc_args *args) in tee_entry_fast() function
/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c171 void __weak tee_entry_fast(struct thread_abi_args *args) in tee_entry_fast() function
/optee_os/core/arch/arm/tee/
H A Dentry_fast.c232 void __weak tee_entry_fast(struct thread_smc_args *args) in tee_entry_fast() function
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c43 tee_entry_fast(args); in thread_handle_fast_abi()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c42 tee_entry_fast(args); in thread_handle_fast_smc()