Searched refs:phys_cpu_present_map (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/apic/ |
A D | apic_common.c | 40 return physid_isset(phys_apicid, phys_cpu_present_map); in default_check_phys_apicid_present()
|
A D | apic_noop.c | 69 return physid_isset(0, phys_cpu_present_map); in noop_apic_id_registered()
|
A D | probe_32.c | 35 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
|
A D | apic_flat_64.c | 96 return physid_isset(read_xapic_id(), phys_cpu_present_map); in flat_apic_id_registered()
|
A D | apic.c | 84 physid_mask_t phys_cpu_present_map; variable 2439 phys_cpu_present_map); in generic_processor_info() 2544 physid_set(apicid, phys_cpu_present_map); in generic_processor_info() 2638 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in apic_bsp_up_setup()
|
A D | io_apic.c | 1473 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck() 2512 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map); in io_apic_get_unique_id()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | smpboot.c | 1198 !physid_isset(apicid, phys_cpu_present_map) || in native_cpu_up() 1284 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in disable_smp() 1286 physid_set_mask_of_physid(0, &phys_cpu_present_map); in disable_smp() 1325 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check() 1329 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check() 1339 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | mpspec.h | 142 extern physid_mask_t phys_cpu_present_map;
|
Completed in 17 milliseconds