Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_common.c42 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
H A Dapic.c83 physid_mask_t phys_cpu_present_map; variable
2421 physid_set(apicid, phys_cpu_present_map); in cpu_update_apic()
2523 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in apic_bsp_up_setup()
H A Dio_apic.c1465 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck()
2504 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map); in io_apic_get_unique_id()
/openbmc/linux/arch/x86/include/asm/
H A Dmpspec.h113 extern physid_mask_t phys_cpu_present_map;
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c1061 if (apicid == BAD_APICID || !physid_isset(apicid, phys_cpu_present_map) || in native_kick_ap()
1137 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in disable_smp()
1139 physid_set_mask_of_physid(0, &phys_cpu_present_map); in disable_smp()