Searched refs:K_ERR_KERNEL_OOPS (Results 1 – 23 of 23) sorted by relevance
135 xtensa_arch_kernel_oops(K_ERR_KERNEL_OOPS, ssf); in arch_syscall_oops()144 if ((reason != K_ERR_KERNEL_OOPS) && in z_impl_xtensa_user_fault()146 reason = K_ERR_KERNEL_OOPS; in z_impl_xtensa_user_fault()
425 reason = K_ERR_KERNEL_OOPS; in xtensa_excint1_c()437 if (reason != K_ERR_KERNEL_OOPS) { in xtensa_excint1_c()
481 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()497 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()520 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()614 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()632 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()680 set_fault(K_ERR_KERNEL_OOPS);700 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()896 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()912 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()916 set_fault(K_ERR_KERNEL_OOPS); in ZTEST_USER()[all …]
35 K_ERR_KERNEL_OOPS, enumerator
6140 #define k_oops() z_except_reason(K_ERR_KERNEL_OOPS)
124 if (!((esf->basic.r0 == K_ERR_KERNEL_OOPS) || in z_do_kernel_oops()127 reason = K_ERR_KERNEL_OOPS; in z_do_kernel_oops()167 z_arm_fatal_error(K_ERR_KERNEL_OOPS, &oops_esf); in arch_syscall_oops()
73 expected_reason = K_ERR_KERNEL_OOPS; in test_message_capture()
51 z_x86_fatal_error(K_ERR_KERNEL_OOPS, NULL); in arch_syscall_oops()
61 z_arc_fatal_error(K_ERR_KERNEL_OOPS, NULL); in arch_syscall_oops()
380 esf->r0 = K_ERR_KERNEL_OOPS; in _Fault()
57 expected_reason = K_ERR_KERNEL_OOPS; in entry_oops()
69 case K_ERR_KERNEL_OOPS: in reason_to_str()
243 user_fault(K_ERR_KERNEL_OOPS); in arch_syscall_oops()253 reason = K_ERR_KERNEL_OOPS; in z_impl_user_fault()
45 zassert_equal(reason, K_ERR_KERNEL_OOPS); in ztest_post_fatal_error_hook()
21 if (reason != K_ERR_KERNEL_OOPS) { in k_sys_fatal_error_handler()
440 reason = K_ERR_KERNEL_OOPS; in z_arm64_do_kernel_oops()450 z_arm64_fatal_error(K_ERR_KERNEL_OOPS, ssf_ptr); in arch_syscall_oops()
537 if ((esf->cs & 0x3) != 0 && !(reason == K_ERR_KERNEL_OOPS || in z_x86_do_kernel_oops()539 reason = K_ERR_KERNEL_OOPS; in z_x86_do_kernel_oops()
59 z_x86_fatal_error(K_ERR_KERNEL_OOPS, &oops); in arch_syscall_oops()
220 expected_reason = K_ERR_KERNEL_OOPS; in arm_isr_handler()
253 set_fault(K_ERR_KERNEL_OOPS); in ZTEST()
139 expected_reason = K_ERR_KERNEL_OOPS; in entry_oops()
766 if (reason != K_ERR_KERNEL_OOPS) { in k_sys_fatal_error_handler()
162 The fatal error reason code generated will be ``K_ERR_KERNEL_OOPS``.