Home
last modified time | relevance | path

Searched refs:std_entry_with_regd_arg (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c239 static uint32_t std_entry_with_regd_arg(uint64_t cookie, size_t offset) in std_entry_with_regd_arg() function
282 return std_entry_with_regd_arg(reg_pair_to_64(a1, a2), a3); in std_abi_entry()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c238 static uint32_t std_entry_with_regd_arg(uint64_t cookie, size_t offset) in std_entry_with_regd_arg() function
281 return std_entry_with_regd_arg(reg_pair_to_64(a1, a2), a3); in std_smc_entry()