Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/xtensa/
Dsyscall.h34 uintptr_t xtensa_syscall_helper_args_6(uintptr_t arg1, uintptr_t arg2,
68 return xtensa_syscall_helper_args_6(arg1, arg2, arg3, arg4, arg5, arg6, call_id); in arch_syscall_invoke6()
/Zephyr-latest/arch/xtensa/core/
Dsyscall_helper.c15 uintptr_t xtensa_syscall_helper_args_6(uintptr_t arg1, uintptr_t arg2, in xtensa_syscall_helper_args_6() function