Searched refs:z_cstart (Results 1 – 25 of 25) sorted by relevance
90 extern FUNC_NORETURN void z_cstart(void);125 z_cstart(); in z_prep_c()
11 extern FUNC_NORETURN void z_cstart(void);86 z_cstart(); in z_prep_c()
15 extern FUNC_NORETURN void z_cstart(void);91 z_cstart(); in z_prep_c()
117 extern FUNC_NORETURN void z_cstart(void);151 z_cstart(); in z_prep_c()
31 z_cstart(); in z_prep_c()
57 z_cstart(); in z_prep_c()
50 z_cstart(); in z_prep_c()
182 extern FUNC_NORETURN void z_cstart(void);216 z_cstart(); in z_prep_c()
59 z_cstart(); in z_prep_c()
51 z_cstart(); in z_prep_c()
126 nce_boot_cpu(nce_st, z_cstart); in posix_boot_cpu()
74 z_cstart(); in __esp_platform_start()
84 z_cstart(); in __esp_platform_start()
66 FUNC_NORETURN void z_cstart(void);
228 (gdb) b z_cstart233 Breakpoint 2, z_cstart () at /projects/zephyr/kernel/init.c:348
749 FUNC_NORETURN void z_cstart(void) in z_cstart() function
33 entering the kernel at z_cstart().
167 #3 0x00109e73 in z_cstart () at <ZEPHYR_BASE>/kernel/init.c:630
302 beginning of z_cstart(), via arch_kernel_init(). This driver enables
431 initialization of the arch layer, and calling into the Zephyr boot (:c:func:`z_cstart()`) during
74 * Jump to :code:`z_cstart()`, the early kernel initialization76 * :code:`z_cstart()` is responsible for context switching out of the fake
945 * :github:`24665` - z_cstart memory corruption (ARM CortexM)
1921 * :github:`32444` - z_cstart bug
320 * Added an "EARLY" init level that runs immediately on entry to z_cstart()