Home
last modified time | relevance | path

Searched refs:z_cstart (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/arch/arm/core/cortex_a_r/
Dprep_c.c90 extern FUNC_NORETURN void z_cstart(void);
125 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/xtensa/core/
Dprep_c.c11 extern FUNC_NORETURN void z_cstart(void);
86 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/x86/core/
Dprep_c.c15 extern FUNC_NORETURN void z_cstart(void);
91 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/arc/core/
Dprep_c.c117 extern FUNC_NORETURN void z_cstart(void);
151 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/sparc/core/
Dprep_c.c31 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/nios2/core/
Dprep_c.c57 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/riscv/core/
Dprep_c.c50 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/arm/core/cortex_m/
Dprep_c.c182 extern FUNC_NORETURN void z_cstart(void);
216 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/mips/core/
Dprep_c.c59 z_cstart(); in z_prep_c()
/Zephyr-latest/arch/arm64/core/
Dprep_c.c51 z_cstart(); in z_prep_c()
/Zephyr-latest/soc/native/inf_clock/
Dsoc.c126 nce_boot_cpu(nce_st, z_cstart); in posix_boot_cpu()
/Zephyr-latest/soc/espressif/esp32c6/
Dsoc.c74 z_cstart(); in __esp_platform_start()
/Zephyr-latest/soc/espressif/esp32c2/
Dsoc.c84 z_cstart(); in __esp_platform_start()
/Zephyr-latest/soc/espressif/esp32c3/
Dsoc.c84 z_cstart(); in __esp_platform_start()
/Zephyr-latest/kernel/include/
Dkernel_internal.h66 FUNC_NORETURN void z_cstart(void);
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst228 (gdb) b z_cstart
233 Breakpoint 2, z_cstart () at /projects/zephyr/kernel/init.c:348
/Zephyr-latest/kernel/
Dinit.c749 FUNC_NORETURN void z_cstart(void) in z_cstart() function
DKconfig.vm33 entering the kernel at z_cstart().
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst167 #3 0x00109e73 in z_cstart () at <ZEPHYR_BASE>/kernel/init.c:630
/Zephyr-latest/arch/x86/
DKconfig302 beginning of z_cstart(), via arch_kernel_init(). This driver enables
/Zephyr-latest/boards/native/doc/
Darch_soc.rst431 initialization of the arch layer, and calling into the Zephyr boot (:c:func:`z_cstart()`) during
/Zephyr-latest/doc/hardware/porting/
Darch.rst74 * Jump to :code:`z_cstart()`, the early kernel initialization
76 * :code:`z_cstart()` is responsible for context switching out of the fake
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst945 * :github:`24665` - z_cstart memory corruption (ARM CortexM)
Drelease-notes-2.6.rst1921 * :github:`32444` - z_cstart bug
Drelease-notes-3.3.rst320 * Added an "EARLY" init level that runs immediately on entry to z_cstart()