Searched refs:z_fatal_error (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | fatal.c | 10 void z_fatal_error(unsigned int reason, const struct arch_esf *esf) in z_fatal_error() function
|
/Zephyr-latest/include/zephyr/ |
D | fatal.h | 84 void z_fatal_error(unsigned int reason, const struct arch_esf *esf);
|
D | kernel.h | 6121 z_fatal_error(reason, NULL); \
|
/Zephyr-latest/arch/xtensa/core/ |
D | fatal.c | 109 z_fatal_error(reason, esf); in xtensa_fatal_error()
|
/Zephyr-latest/soc/silabs/silabs_s2/ |
D | soc.c | 72 z_fatal_error(K_ERR_CPU_EXCEPTION, NULL); in smu_fault()
|
/Zephyr-latest/arch/mips/core/ |
D | fatal.c | 37 z_fatal_error(reason, esf); in z_mips_fatal_error()
|
/Zephyr-latest/arch/arc/core/ |
D | fatal.c | 53 z_fatal_error(reason, esf); in z_arc_fatal_error()
|
D | irq_manage.c | 245 z_fatal_error(K_ERR_SPURIOUS_IRQ, NULL); in z_irq_spurious()
|
/Zephyr-latest/arch/nios2/core/ |
D | fatal.c | 39 z_fatal_error(reason, esf); in z_nios2_fatal_error()
|
/Zephyr-latest/kernel/ |
D | fatal.c | 85 void z_fatal_error(unsigned int reason, const struct arch_esf *esf) in z_fatal_error() function
|
/Zephyr-latest/arch/sparc/core/ |
D | fatal.c | 220 z_fatal_error(reason, esf); in z_sparc_fatal_error()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | irq.c | 38 z_fatal_error(K_ERR_SPURIOUS_IRQ, NULL); in irq_spurious()
|
/Zephyr-latest/arch/arm/core/ |
D | fatal.c | 86 z_fatal_error(reason, esf); in z_arm_fatal_error()
|
/Zephyr-latest/arch/riscv/core/ |
D | fatal.c | 147 z_fatal_error(reason, esf); in z_riscv_fatal_error_csf()
|
/Zephyr-latest/arch/arm64/core/ |
D | fatal.c | 417 z_fatal_error(reason, esf); in z_arm64_fatal_error()
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 412 z_fatal_error(reason, esf); in z_x86_fatal_error()
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 459 code must call into :c:func:`z_fatal_error`. This function dumps
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 726 * :github:`18052` - z_fatal_error missing log_strdup
|