Searched refs:phys_cpu_present_map (Results 1 – 13 of 13) sorted by relevance
/arch/m32r/kernel/ |
D | smpboot.c | 74 physid_mask_t phys_cpu_present_map; variable 133 physid_set(bsp_phys_id, phys_cpu_present_map); in smp_prepare_boot_cpu() 175 physid_set(phys_id, phys_cpu_present_map); in smp_prepare_cpus() 200 Dprintk("CPU present map : %lx\n", physids_coerce(phys_cpu_present_map)); in smp_prepare_cpus() 209 if (!physid_isset(phys_id, phys_cpu_present_map)) in smp_prepare_cpus() 221 physid_clear(phys_id, phys_cpu_present_map); in smp_prepare_cpus()
|
D | smp.c | 795 if (mask & ~physids_coerce(phys_cpu_present_map)) in send_IPI_mask_phys()
|
/arch/cris/include/asm/ |
D | smp.h | 6 extern cpumask_t phys_cpu_present_map;
|
/arch/cris/arch-v32/kernel/ |
D | smp.c | 34 cpumask_t phys_cpu_present_map = CPU_MASK_NONE; variable 35 EXPORT_SYMBOL(phys_cpu_present_map); 84 cpumask_set_cpu(i, &phys_cpu_present_map); in smp_prepare_cpus() 101 cpumask_set_cpu(0, &phys_cpu_present_map); in smp_prepare_boot_cpu()
|
/arch/x86/kernel/ |
D | smpboot.c | 896 !physid_isset(apicid, phys_cpu_present_map) || in native_cpu_up() 963 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in disable_smp() 965 physid_set_mask_of_physid(0, &phys_cpu_present_map); in disable_smp() 1003 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check() 1007 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check() 1030 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
|
/arch/x86/kernel/apic/ |
D | apic_noop.c | 83 return physid_isset(0, phys_cpu_present_map); in noop_apic_id_registered()
|
D | apic_numachip.c | 69 return physid_isset(read_xapic_id(), phys_cpu_present_map); in numachip_apic_id_registered()
|
D | apic_flat_64.c | 144 return physid_isset(read_xapic_id(), phys_cpu_present_map); in flat_apic_id_registered()
|
D | apic.c | 75 physid_mask_t phys_cpu_present_map; variable 1907 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in APIC_init_uniprocessor() 2123 phys_cpu_present_map); in generic_processor_info() 2213 physid_set(apicid, phys_cpu_present_map); in generic_processor_info()
|
D | io_apic.c | 2064 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck() 3529 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map); in io_apic_get_unique_id() 3998 &phys_cpu_present_map); in pre_init_apic_IRQ0()
|
/arch/m32r/include/asm/ |
D | smp.h | 54 extern physid_mask_t phys_cpu_present_map;
|
/arch/x86/include/asm/ |
D | apic.h | 546 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered() 623 return physid_isset(phys_apicid, phys_cpu_present_map); in __default_check_phys_apicid_present()
|
D | mpspec.h | 151 extern physid_mask_t phys_cpu_present_map;
|