Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/
Dtopology.c62 u32 boot_cpu_apic_id; member
66 .boot_cpu_apic_id = BAD_APICID,
161 if (apic_id == topo_info.boot_cpu_apic_id) { in check_for_real_bsp()
186 topo_info.boot_cpu_apic_id, apic_id); in check_for_real_bsp()
193 topo_info.real_bsp_apic_id = topo_info.boot_cpu_apic_id; in check_for_real_bsp()
234 if (apic_id == topo_info.boot_cpu_apic_id) in topo_register_apic()
288 if (apic_id != topo_info.boot_cpu_apic_id && topo_info.nr_assigned_cpus >= nr_cpu_ids) { in topology_register_apic()
305 WARN_ON_ONCE(topo_info.boot_cpu_apic_id != BAD_APICID); in topology_register_boot_apic()
307 topo_info.boot_cpu_apic_id = apic_id; in topology_register_boot_apic()
476 if (topo_info.boot_cpu_apic_id == BAD_APICID) in topology_init_possible_cpus()
[all …]