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 _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()
375 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()
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()
505 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()
234 reason = K_ERR_STACK_CHK_FAIL; in _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()
299 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()
182 reason = K_ERR_STACK_CHK_FAIL; in df_handler_bottom()
345 expected_reason = K_ERR_STACK_CHK_FAIL; in ZTEST()
990 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``.