Searched refs:phys_cpu_present_map (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | mpspec.h | 64 extern DECLARE_BITMAP(phys_cpu_present_map, MAX_LOCAL_APIC); 68 bitmap_zero(phys_cpu_present_map, MAX_LOCAL_APIC); in reset_phys_cpu_present_map() 69 set_bit(apicid, phys_cpu_present_map); in reset_phys_cpu_present_map() 74 bitmap_copy(dst, phys_cpu_present_map, MAX_LOCAL_APIC); in copy_phys_cpu_present_map()
|
/linux/arch/x86/kernel/cpu/ |
H A D | topology.c | 47 DECLARE_BITMAP(phys_cpu_present_map, MAX_LOCAL_APIC) __read_mostly; 227 set_bit(apic_id, phys_cpu_present_map); in topo_register_apic() 250 topo_unit_count(pkgid, TOPO_PKG_DOMAIN, phys_cpu_present_map)) { in topo_register_apic() 396 set_bit(apic_id, phys_cpu_present_map); in topology_hotplug_apic() 414 clear_bit(apic_id, phys_cpu_present_map); in topology_hotunplug_apic() 533 apicid = find_next_andnot_bit(apic_maps[TOPO_SMT_DOMAIN].map, phys_cpu_present_map, in topology_init_possible_cpus() 549 set_cpu_present(cpu, test_bit(apicid, phys_cpu_present_map)); in topology_init_possible_cpus() 561 bitmap_zero(phys_cpu_present_map, MAX_LOCAL_APIC); in topology_reset_possible_cpus_up() 563 set_bit(topo_info.boot_cpu_apic_id, phys_cpu_present_map); in topology_reset_possible_cpus_up()
|
/linux/arch/x86/kernel/ |
H A D | smpboot.c | 922 if (!test_bit(apicid, phys_cpu_present_map)) { in native_kick_ap()
|