Home
last modified time | relevance | path

Searched refs:ssf (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/arch/x86/core/intel64/
Dfatal.c47 struct x86_ssf *ssf = ssf_ptr; in arch_syscall_oops() local
49 LOG_ERR("Bad system call from RIP 0x%lx", ssf->rip); in arch_syscall_oops()
/Zephyr-latest/arch/xtensa/core/
Dfatal.c133 FUNC_NORETURN void arch_syscall_oops(void *ssf) in arch_syscall_oops() argument
135 xtensa_arch_kernel_oops(K_ERR_KERNEL_OOPS, ssf); in arch_syscall_oops()
/Zephyr-latest/include/zephyr/
Dsyscall.h89 void *ssf);
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c45 void arch_syscall_oops(void *ssf) in arch_syscall_oops() argument
48 (struct _x86_syscall_stack_frame *)ssf; in arch_syscall_oops()
/Zephyr-latest/include/zephyr/arch/xtensa/
Darch.h93 void xtensa_arch_kernel_oops(int reason_p, void *ssf);
/Zephyr-latest/kernel/
Duserspace.c989 void *ssf) in handler_bad_syscall() argument
998 arch_syscall_oops(ssf); in handler_bad_syscall()
1004 uintptr_t arg5, uintptr_t arg6, void *ssf) in handler_no_syscall() argument
1014 arch_syscall_oops(ssf); in handler_no_syscall()
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h858 FUNC_NORETURN void arch_syscall_oops(void *ssf);
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst251 * Fixed issue with incorrect ``ssf`` under bad syscall.