Home
last modified time | relevance | path

Searched refs:z_x86_fatal_error (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/arch/x86/core/
Dfatal.c390 FUNC_NORETURN void z_x86_fatal_error(unsigned int reason, in z_x86_fatal_error() function
425 z_x86_fatal_error(K_ERR_CPU_EXCEPTION, esf); in z_x86_unhandled_cpu_exception()
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()
516 z_x86_fatal_error(K_ERR_CPU_EXCEPTION, esf); in z_x86_page_fault_handler()
543 z_x86_fatal_error(reason, esf); in z_x86_do_kernel_oops()
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c41 z_x86_fatal_error(K_ERR_SPURIOUS_IRQ, esf); in z_x86_spurious_irq()
59 z_x86_fatal_error(K_ERR_KERNEL_OOPS, &oops); in arch_syscall_oops()
185 z_x86_fatal_error(reason, (struct arch_esf *)&_df_esf); in df_handler_bottom()
/Zephyr-latest/arch/x86/core/intel64/
Dfatal.c51 z_x86_fatal_error(K_ERR_KERNEL_OOPS, NULL); in arch_syscall_oops()
/Zephyr-latest/arch/x86/include/
Dkernel_arch_func.h57 FUNC_NORETURN void z_x86_fatal_error(unsigned int reason,