Home
last modified time | relevance | path

Searched refs:K_ERR_STACK_CHK_FAIL (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/kernel/
Dfatal.c67 case K_ERR_STACK_CHK_FAIL: in reason_to_str()
141 if (reason != K_ERR_STACK_CHK_FAIL) { in z_fatal_error()
154 if (reason != K_ERR_STACK_CHK_FAIL) { in z_fatal_error()
Dcompiler_stack_protect.c40 z_except_reason(K_ERR_STACK_CHK_FAIL); in _StackCheckHandler()
Dthread.c345 z_except_reason(K_ERR_STACK_CHK_FAIL); in z_check_stack_sentinel()
/Zephyr-latest/lib/libc/picolibc/
Dchk_fail.c16 z_except_reason(K_ERR_STACK_CHK_FAIL); in __chk_fail()
/Zephyr-latest/include/zephyr/
Dfatal_types.h32 K_ERR_STACK_CHK_FAIL, enumerator
/Zephyr-latest/arch/arc/core/
Dfault.c379 esf->r0 != K_ERR_STACK_CHK_FAIL) { in _Fault()
403 z_arc_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in _Fault()
412 z_arc_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in _Fault()
/Zephyr-latest/arch/arm64/core/
Dfatal.c375 reason = K_ERR_STACK_CHK_FAIL; in z_arm64_fatal_error()
380 reason != K_ERR_STACK_CHK_FAIL && in z_arm64_fatal_error()
401 reason != K_ERR_STACK_CHK_FAIL) { in z_arm64_fatal_error()
439 reason != K_ERR_STACK_CHK_FAIL) { in z_arm64_do_kernel_oops()
/Zephyr-latest/arch/xtensa/core/
Dfatal.c145 (reason != K_ERR_STACK_CHK_FAIL)) { in z_impl_xtensa_user_fault()
/Zephyr-latest/tests/kernel/mem_protect/stackprot/src/
Dmain.c21 if (reason != K_ERR_STACK_CHK_FAIL) { in k_sys_fatal_error_handler()
/Zephyr-latest/arch/x86/core/
Dfatal.c505 z_x86_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in z_x86_page_fault_handler()
512 z_x86_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in z_x86_page_fault_handler()
538 reason == K_ERR_STACK_CHK_FAIL)) { in z_x86_do_kernel_oops()
/Zephyr-latest/arch/riscv/core/
Dfatal.c234 reason = K_ERR_STACK_CHK_FAIL; in _Fault()
252 reason != K_ERR_STACK_CHK_FAIL) { in z_impl_user_fault()
/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c187 expected_reason = K_ERR_STACK_CHK_FAIL; in blow_up_stack()
212 expected_reason = K_ERR_STACK_CHK_FAIL; in blow_up_stack()
/Zephyr-latest/arch/arm/core/
Dfatal.c125 (esf->basic.r0 == K_ERR_STACK_CHK_FAIL))) { in z_do_kernel_oops()
/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c299 reason = K_ERR_STACK_CHK_FAIL; in mem_manage_fault()
472 K_ERR_STACK_CHK_FAIL;
531 reason = K_ERR_STACK_CHK_FAIL; in usage_fault()
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c182 reason = K_ERR_STACK_CHK_FAIL; in df_handler_bottom()
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c345 expected_reason = K_ERR_STACK_CHK_FAIL; in ZTEST()
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c990 test_oops(K_ERR_STACK_CHK_FAIL, K_ERR_STACK_CHK_FAIL); in ZTEST_USER()
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst193 generate a fatal error with a reason code of ``K_ERR_STACK_CHK_FAIL``.