Home
last modified time | relevance | path

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

/arch/x86/include/asm/mach-default/
Dmach_apic.h62 return physid_isset(read_apic_id(), phys_cpu_present_map); in apic_id_registered()
123 return physid_isset(bit, phys_cpu_present_map); in check_apicid_present()
161 return physid_isset(boot_cpu_physical_apicid, phys_cpu_present_map); in check_phys_apicid_present()
/arch/m32r/kernel/
Dsmpboot.c74 physid_mask_t phys_cpu_present_map; variable
137 physid_set(bsp_phys_id, phys_cpu_present_map); in smp_prepare_boot_cpu()
179 physid_set(phys_id, phys_cpu_present_map); in smp_prepare_cpus()
204 Dprintk("CPU present map : %lx\n", physids_coerce(phys_cpu_present_map)); in smp_prepare_cpus()
213 if (!physid_isset(phys_id, phys_cpu_present_map)) in smp_prepare_cpus()
225 physid_clear(phys_id, phys_cpu_present_map); in smp_prepare_cpus()
Dsmp.c806 if (mask & ~physids_coerce(phys_cpu_present_map)) in send_IPI_mask_phys()
/arch/cris/include/asm/
Dsmp.h6 extern cpumask_t phys_cpu_present_map;
/arch/cris/arch-v32/kernel/
Dsmp.c32 cpumask_t phys_cpu_present_map = CPU_MASK_NONE; variable
33 EXPORT_SYMBOL(phys_cpu_present_map);
85 cpu_set(i, phys_cpu_present_map); in smp_prepare_cpus()
102 cpu_set(0, phys_cpu_present_map); in smp_prepare_boot_cpu()
/arch/x86/include/asm/numaq/
Dapic.h27 return physid_isset(bit, phys_cpu_present_map); in check_apicid_present()
/arch/x86/kernel/
Dsmpboot.c973 !physid_isset(apicid, phys_cpu_present_map)) { in native_cpu_up()
1042 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in disable_smp()
1044 physid_set_mask_of_physid(0, &phys_cpu_present_map); in disable_smp()
1084 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check()
1089 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
1114 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
Dvisws_quirks.c204 physids_or(phys_cpu_present_map, phys_cpu_present_map, apic_cpus); in MP_processor_info()
Dgenapic_flat_64.c155 return physid_isset(read_xapic_id(), phys_cpu_present_map); in flat_apic_id_registered()
Dsetup_percpu.c26 physid_mask_t phys_cpu_present_map; variable
Dapic.c1621 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in APIC_init_uniprocessor()
1845 physid_set(apicid, phys_cpu_present_map); in generic_processor_info()
Dio_apic.c2112 phys_id_present_map = ioapic_phys_id_map(phys_cpu_present_map); in setup_ioapic_ids_from_mpc()
3889 apic_id_map = ioapic_phys_id_map(phys_cpu_present_map); in io_apic_get_unique_id()
/arch/x86/include/asm/
Dmpspec.h149 extern physid_mask_t phys_cpu_present_map;
/arch/x86/include/asm/es7000/
Dapic.h42 return physid_isset(bit, phys_cpu_present_map); in check_apicid_present()