Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Dcpu.c41 struct x86_cpuboot x86_cpuboot[] = { variable
74 x86_cpuboot[cpu_num].sp = (uint64_t) K_KERNEL_STACK_BUFFER(stack) + sz; in arch_cpu_start()
75 x86_cpuboot[cpu_num].stack_size = sz; in arch_cpu_start()
76 x86_cpuboot[cpu_num].fn = fn; in arch_cpu_start()
77 x86_cpuboot[cpu_num].arg = arg; in arch_cpu_start()
78 x86_cpuboot[cpu_num].cpu_id = cpu_num; in arch_cpu_start()
84 while (x86_cpuboot[cpu_num].ready == 0) { in arch_cpu_start()
98 FUNC_NORETURN void z_x86_cpu_init(struct x86_cpuboot *cpuboot) in z_x86_cpu_init()
Dlocore.S155 movl $x86_cpuboot, %ebp
205 movl $x86_cpuboot, %ebp /* BSP is always logical CPU id 0 */
311 movq $x86_cpuboot, %rbp /* BSP is always logical CPU id 0 */
/Zephyr-latest/arch/x86/include/intel64/
Dkernel_arch_data.h21 struct x86_cpuboot { struct
32 typedef struct x86_cpuboot x86_cpuboot_t; argument
Dkernel_arch_func.h37 FUNC_NORETURN void z_x86_cpu_init(struct x86_cpuboot *cpuboot);