Searched refs:boot_cpu_apic_id (Results 1 – 1 of 1) sorted by relevance
62 u32 boot_cpu_apic_id; member66 .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 …]