Searched refs:phys_cpu_present_map (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dsmp.h6 extern cpumask_t phys_cpu_present_map;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsmpboot.c74 physid_mask_t phys_cpu_present_map; variable
137 physid_set(bsp_phys_id, phys_cpu_present_map);
179 physid_set(phys_id, phys_cpu_present_map);
204 Dprintk("CPU present map : %lx\n", physids_coerce(phys_cpu_present_map));
213 if (!physid_isset(phys_id, phys_cpu_present_map))
225 physid_clear(phys_id, phys_cpu_present_map);
H A Dsmp.c807 if (mask & ~physids_coerce(phys_cpu_present_map))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dapic_noop.c89 return physid_isset(0, phys_cpu_present_map);
105 return physid_isset(bit, phys_cpu_present_map);
H A Dapic_flat_64.c159 return physid_isset(read_xapic_id(), phys_cpu_present_map);
H A Dnumaq_32.c340 return physid_isset(bit, phys_cpu_present_map);
H A Dapic.c71 physid_mask_t phys_cpu_present_map; variable
1696 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
1915 physid_set(apicid, phys_cpu_present_map);
H A Des7000_32.c460 return physid_isset(bit, phys_cpu_present_map);
H A Dio_apic.c2088 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map);
3958 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map);
4278 phys_cpu_present_map = physid_mask_of_physid(boot_cpu_physical_apicid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dsmp.c32 cpumask_t phys_cpu_present_map = CPU_MASK_NONE; variable
33 EXPORT_SYMBOL(phys_cpu_present_map); variable
82 cpu_set(i, phys_cpu_present_map);
99 cpu_set(0, phys_cpu_present_map);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dapic.h514 return physid_isset(read_apic_id(), phys_cpu_present_map);
550 return physid_isset(bit, phys_cpu_present_map);
575 return physid_isset(phys_apicid, phys_cpu_present_map);
H A Dmpspec.h179 extern physid_mask_t phys_cpu_present_map;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsmp.h54 extern physid_mask_t phys_cpu_present_map;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsmpboot.c904 !physid_isset(apicid, phys_cpu_present_map)) {
960 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
962 physid_set_mask_of_physid(0, &phys_cpu_present_map);
1002 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) {
1007 physid_set(hard_smp_processor_id(), phys_cpu_present_map); local
1032 physid_set(hard_smp_processor_id(), phys_cpu_present_map); local
H A Dvisws_quirks.c182 physids_or(phys_cpu_present_map, phys_cpu_present_map, apic_cpus);

Completed in 303 milliseconds