Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dscall.c219 scall_set_retval(regs, TEE_ERROR_GENERIC); in scall_handle_user_ta()
227 scall_set_retval(regs, scall_do_call(regs, scf)); in scall_handle_user_ta()
266 scall_set_retval(regs, TEE_ERROR_GENERIC); in scall_handle_ldelf()
274 scall_set_retval(regs, scall_do_call(regs, scf)); in scall_handle_ldelf()
/optee_os/core/arch/riscv/include/kernel/
H A Darch_scall.h20 static inline void scall_set_retval(struct thread_scall_regs *regs, in scall_set_retval() function
/optee_os/core/arch/arm/include/kernel/
H A Darch_scall.h32 static inline void scall_set_retval(struct thread_scall_regs *regs, in scall_set_retval() function