Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/
Dfatal.c162 struct arch_esf oops_esf = { 0 }; in arch_syscall_oops() local
165 oops_esf.basic.pc = ssf_contents[3]; in arch_syscall_oops()
167 z_arm_fatal_error(K_ERR_KERNEL_OOPS, &oops_esf); in arch_syscall_oops()
/Zephyr-latest/arch/riscv/core/
Dfatal.c249 struct arch_esf *oops_esf = arch_current_thread()->syscall_frame; in z_impl_user_fault() local
255 z_riscv_fatal_error(reason, oops_esf); in z_impl_user_fault()