Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h65 return !k_is_in_isr() && (_current->syscall_frame != NULL); in k_is_in_user_syscall()
353 arch_syscall_oops(_current->syscall_frame); \
/Zephyr-latest/include/zephyr/kernel/
Dthread.h335 void *syscall_frame; member
/Zephyr-latest/tests/ztest/error_hook/src/
Dmain.c341 _current->syscall_frame = _image_ram_start; in trigger_z_oops()
/Zephyr-latest/arch/riscv/core/
Dfatal.c249 struct arch_esf *oops_esf = _current->syscall_frame; in z_impl_user_fault()
/Zephyr-latest/kernel/
Dthread.c539 new_thread->syscall_frame = NULL; in z_setup_new_thread()