Home
last modified time | relevance | path

Searched full:oops (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-latest/modules/hal_nordic/nrf_802154/
Dnrf_802154_assert_handler.c16 * an oops instead. in nrf_802154_assert_handler()
/Zephyr-latest/tests/kernel/fatal/message_capture/src/
Dmain.c83 /* main() is an essential thread, and we try to OOPS it. When in main()
86 * panic and not an oops). Set the thread non-essential as a in main()
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c49 struct arch_esf oops = { in arch_syscall_oops() local
55 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()
/Zephyr-latest/tests/kernel/fatal/no-multithreading/
Dtestcase.yaml26 kernel.no-mt.oops:
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst11 invoked panic or oops conditions.
41 a default implementation with weak linkage which invokes a kernel oops if
155 Kernel Oops
158 A kernel oops is a software triggered fatal error invoked by
174 and doing so will generate a kernel oops instead. Otherwise, the fatal error
/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h340 * @brief Induce a kernel oops
342 * This macro can be used to induce a kernel oops which will kill the
361 * and generate a kernel oops if anything is not expected, printing a custom
365 * oops
387 * and generate a kernel oops if anything is not expected.
390 * oops. A stringified version of this expression will be printed.
419 * oops if it wasn't. Prevents userspace from getting the kernel to read and/or
444 * thread if the CPU was in user mode, and generates a kernel oops if it
463 * oops if it wasn't. Prevents userspace from getting the kernel to read or
603 * Calls k_object_validate and triggers a kernel oops if the check fails.
/Zephyr-latest/arch/arm/core/
Dfatal.c91 * (e.g. kernel oops, panic, etc.).
95 * - if triggered from nPRIV mode, only oops and stack fail error reasons
148 /* extra exception info is not collected for kernel oops in z_do_kernel_oops()
/Zephyr-latest/lib/os/
Dassert.c36 * an oops instead. in assert_post_action()
/Zephyr-latest/include/zephyr/arch/arm/
Derror.h51 * If the sentinel is wrong, it calls svc to cause an oops. This svc
/Zephyr-latest/tests/kernel/threads/dynamic_thread/src/
Dmain.c91 * end_sem, which will cause kernel oops. in permission_test()
116 * correctly when thread is destroyed, the second should raise kernel oops.
/Zephyr-latest/arch/arm64/core/
Dswitch.S163 beq oops
208 oops: label
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt157 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
168 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
188 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
/Zephyr-latest/tests/kernel/fatal/no-multithreading/src/
Dmain.c56 TC_PRINT("oops\n"); in entry_oops()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_error_hook.c140 * an oops instead. in assert_post_action()
/Zephyr-latest/include/zephyr/arch/xtensa/
Darch.h86 * @brief Generate kernel oops.
88 * This generates kernel oops which is used by arch_syscall_oops().
/Zephyr-latest/arch/xtensa/core/
Dfatal.c77 return "kernel oops"; in xtensa_exccause()
Dvector_handlers.c415 * Kernel OOPS has to be explicity raised so we can simply in xtensa_excint1_c()
424 cause = 64; /* kernel oops */ in xtensa_excint1_c()
430 * the kernel oops. in xtensa_excint1_c()
/Zephyr-latest/include/zephyr/
Dsyscall.h80 * @param ssf System call stack frame pointer. Used to generate kernel oops
/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_error_case.c77 * an oops instead. in assert_post_action()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dswitch.S119 * 2: kernel panic or oops (software generated fatal exception)
/Zephyr-latest/kernel/
Dfatal.c70 return "Kernel oops"; in reason_to_str()
/Zephyr-latest/scripts/tests/twister/
Dtest_harness.py104 ['START: {"one":1, "two":2} :STOP:oops:END'],
106 [{"foo": {"one": 1, "two": 2}, "boo": "oops"}],
110 ['START: {"one":1, "two":2} :STOP:{"oops":0}:END'],
112 [{"foo": {"one": 1, "two": 2}, "boo": {"oops": 0}}],
/Zephyr-latest/arch/arm/core/cortex_m/
Dswap_helper.S395 * 2: kernel panic or oops (software generated fatal exception)
406 * oops if we are unprivileged
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_contexts.c404 /* try to access to private kernel data, will happen kernel oops */ in user_access_queue_private_data()
422 * &pqueue kernel object will happen kernel oops, because current user
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt79 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0

12