/Zephyr-latest/modules/hal_nordic/nrf_802154/ |
D | nrf_802154_assert_handler.c | 16 * an oops instead. in nrf_802154_assert_handler()
|
/Zephyr-latest/tests/kernel/fatal/message_capture/src/ |
D | main.c | 83 /* 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/ |
D | fatal.c | 49 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/ |
D | testcase.yaml | 26 kernel.no-mt.oops:
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 11 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/ |
D | syscall_handler.h | 340 * @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/ |
D | fatal.c | 91 * (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/ |
D | assert.c | 36 * an oops instead. in assert_post_action()
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | error.h | 51 * If the sentinel is wrong, it calls svc to cause an oops. This svc
|
/Zephyr-latest/tests/kernel/threads/dynamic_thread/src/ |
D | main.c | 91 * 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/ |
D | switch.S | 163 beq oops 208 oops: label
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 157 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/ |
D | main.c | 56 TC_PRINT("oops\n"); in entry_oops()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest_error_hook.c | 140 * an oops instead. in assert_post_action()
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | arch.h | 86 * @brief Generate kernel oops. 88 * This generates kernel oops which is used by arch_syscall_oops().
|
/Zephyr-latest/arch/xtensa/core/ |
D | fatal.c | 77 return "kernel oops"; in xtensa_exccause()
|
D | vector_handlers.c | 415 * 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/ |
D | syscall.h | 80 * @param ssf System call stack frame pointer. Used to generate kernel oops
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_error_case.c | 77 * an oops instead. in assert_post_action()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | switch.S | 119 * 2: kernel panic or oops (software generated fatal exception)
|
/Zephyr-latest/kernel/ |
D | fatal.c | 70 return "Kernel oops"; in reason_to_str()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 104 ['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/ |
D | swap_helper.S | 395 * 2: kernel panic or oops (software generated fatal exception) 406 * oops if we are unprivileged
|
/Zephyr-latest/tests/kernel/queue/src/ |
D | test_queue_contexts.c | 404 /* 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/ |
D | README.txt | 79 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
|