Searched refs:oops (Results 1 – 10 of 10) sorted by relevance
49 struct arch_esf oops = { in arch_syscall_oops() local55 if (oops.cs == USER_CODE_SEG) { in arch_syscall_oops()56 oops.esp = ssf_ptr->esp; in arch_syscall_oops()59 z_x86_fatal_error(K_ERR_KERNEL_OOPS, &oops); in arch_syscall_oops()
163 beq oops208 oops: label
11 invoked panic or oops conditions.41 a default implementation with weak linkage which invokes a kernel oops if158 A kernel oops is a software triggered fatal error invoked by174 and doing so will generate a kernel oops instead. Otherwise, the fatal error
157 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0168 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0188 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
79 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
793 * :c:func:`arch_syscall_oops` which generates a kernel oops when system794 call parameters can't be validated, in such a way that the oops appears to be
334 :c:macro:`K_OOPS()` can be used to induce a kernel oops which will kill the
239 system errors (e.g. Kernel oops or panic), or implement IRQ offloading.
1188 * :github:`35202` - smp atomic_t global_lock will never be cleared when a thread oops with global_l…
1201 * :github:`15037` - xtensa: context returns to thread after kernel oops