Searched refs:x86_cpuboot (Results 1 – 4 of 4) sorted by relevance
41 struct x86_cpuboot x86_cpuboot[] = { variable74 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()
155 movl $x86_cpuboot, %ebp205 movl $x86_cpuboot, %ebp /* BSP is always logical CPU id 0 */311 movq $x86_cpuboot, %rbp /* BSP is always logical CPU id 0 */
21 struct x86_cpuboot { struct32 typedef struct x86_cpuboot x86_cpuboot_t; argument
37 FUNC_NORETURN void z_x86_cpu_init(struct x86_cpuboot *cpuboot);