Searched refs:K_ERR_STACK_CHK_FAIL (Results 1 – 18 of 18) sorted by relevance
67 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()
40 z_except_reason(K_ERR_STACK_CHK_FAIL); in _StackCheckHandler()
345 z_except_reason(K_ERR_STACK_CHK_FAIL); in z_check_stack_sentinel()
16 z_except_reason(K_ERR_STACK_CHK_FAIL); in __chk_fail()
32 K_ERR_STACK_CHK_FAIL, enumerator
379 esf->r0 != K_ERR_STACK_CHK_FAIL) { in z_arc_fault()403 z_arc_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in z_arc_fault()412 z_arc_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in z_arc_fault()
407 reason = K_ERR_STACK_CHK_FAIL; in z_arm64_fatal_error()412 reason != K_ERR_STACK_CHK_FAIL && in z_arm64_fatal_error()433 reason != K_ERR_STACK_CHK_FAIL) { in z_arm64_fatal_error()469 reason != K_ERR_STACK_CHK_FAIL) { in z_arm64_do_kernel_oops()
145 (reason != K_ERR_STACK_CHK_FAIL)) { in z_impl_xtensa_user_fault()
21 if (reason != K_ERR_STACK_CHK_FAIL) { in k_sys_fatal_error_handler()
506 z_x86_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in z_x86_page_fault_handler()513 z_x86_fatal_error(K_ERR_STACK_CHK_FAIL, esf); in z_x86_page_fault_handler()539 reason == K_ERR_STACK_CHK_FAIL)) { in z_x86_do_kernel_oops()
234 reason = K_ERR_STACK_CHK_FAIL; in z_riscv_fault()252 reason != K_ERR_STACK_CHK_FAIL) { in z_impl_user_fault()
187 expected_reason = K_ERR_STACK_CHK_FAIL; in blow_up_stack()212 expected_reason = K_ERR_STACK_CHK_FAIL; in blow_up_stack()
125 (esf->basic.r0 == K_ERR_STACK_CHK_FAIL))) { in z_do_kernel_oops()
290 reason = K_ERR_STACK_CHK_FAIL; in mem_manage_fault()458 reason = K_ERR_STACK_CHK_FAIL;516 reason = K_ERR_STACK_CHK_FAIL; in usage_fault()
182 reason = K_ERR_STACK_CHK_FAIL; in df_handler_bottom()
321 expected_reason = K_ERR_STACK_CHK_FAIL; in ZTEST()
986 test_oops(K_ERR_STACK_CHK_FAIL, K_ERR_STACK_CHK_FAIL); in ZTEST_USER()
193 generate a fatal error with a reason code of ``K_ERR_STACK_CHK_FAIL``.