Searched refs:phys_cpu_present_map (Results 1 – 14 of 14) sorted by relevance
/arch/x86/include/asm/mach-default/ |
D | mach_apic.h | 62 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/ |
D | smpboot.c | 74 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()
|
D | smp.c | 806 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 | 32 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/ |
D | apic.h | 27 return physid_isset(bit, phys_cpu_present_map); in check_apicid_present()
|
/arch/x86/kernel/ |
D | smpboot.c | 973 !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()
|
D | visws_quirks.c | 204 physids_or(phys_cpu_present_map, phys_cpu_present_map, apic_cpus); in MP_processor_info()
|
D | genapic_flat_64.c | 155 return physid_isset(read_xapic_id(), phys_cpu_present_map); in flat_apic_id_registered()
|
D | setup_percpu.c | 26 physid_mask_t phys_cpu_present_map; variable
|
D | apic.c | 1621 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()
|
D | io_apic.c | 2112 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/ |
D | mpspec.h | 149 extern physid_mask_t phys_cpu_present_map;
|
/arch/x86/include/asm/es7000/ |
D | apic.h | 42 return physid_isset(bit, phys_cpu_present_map); in check_apicid_present()
|