Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dspmc_sp_handler.h21 int spmc_sp_start_thread(struct thread_smc_1_2_regs *args);
29 spmc_sp_start_thread(struct thread_smc_1_2_regs *args __unused) in spmc_sp_start_thread() function
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c22 int spmc_sp_start_thread(struct thread_smc_1_2_regs *args) in spmc_sp_start_thread() function
H A Dthread_spmc.c957 int rc = spmc_sp_start_thread(args); in handle_direct_request()