Home
last modified time | relevance | path

Searched refs:scall_sys_return_helper (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Darch_scall_rv.S51 j scall_sys_return_helper
62 j scall_sys_return_helper
/optee_os/core/arch/arm/kernel/
H A Darch_scall_a32.S89 b scall_sys_return_helper
105 b scall_sys_return_helper
H A Darch_scall_a64.S179 b scall_sys_return_helper
195 b scall_sys_return_helper
/optee_os/core/include/kernel/
H A Dscall.h34 uint32_t scall_sys_return_helper(uint32_t ret, bool panic, uint32_t panic_code,
/optee_os/core/kernel/
H A Dscall.c285 uint32_t scall_sys_return_helper(uint32_t ret, bool panic, uint32_t panic_code, in scall_sys_return_helper() function