Searched refs:std_entry_with_parg (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 182 static uint32_t std_entry_with_parg(paddr_t parg, bool with_rpc_arg) in std_entry_with_parg() function 276 return std_entry_with_parg(reg_pair_to_64(a1, a2), in std_abi_entry() 279 return std_entry_with_parg(reg_pair_to_64(a1, a2), in std_abi_entry()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 181 static uint32_t std_entry_with_parg(paddr_t parg, bool with_rpc_arg) in std_entry_with_parg() function 275 return std_entry_with_parg(reg_pair_to_64(a1, a2), in std_smc_entry() 278 return std_entry_with_parg(reg_pair_to_64(a1, a2), in std_smc_entry()
|