Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dsmpboot.c862 cpu_online_map = phys_cpu_present_map = 1; in smp_boot_cpus()
874 if (!test_bit(boot_cpu_id, &phys_cpu_present_map)) { in smp_boot_cpus()
877 phys_cpu_present_map |= (1 << hard_smp_processor_id()); in smp_boot_cpus()
889 cpu_online_map = phys_cpu_present_map = 1; in smp_boot_cpus()
903 cpu_online_map = phys_cpu_present_map = 1; in smp_boot_cpus()
917 Dprintk("CPU present map: %lx\n", phys_cpu_present_map); in smp_boot_cpus()
927 if (!(phys_cpu_present_map & (1 << apicid))) in smp_boot_cpus()
938 (phys_cpu_present_map & (1 << apicid))) in smp_boot_cpus()
Dapic.c291 !test_bit(GET_APIC_ID(apic_read(APIC_ID)), &phys_cpu_present_map)) in setup_local_APIC()
1049 phys_cpu_present_map = 1; in APIC_init_uniprocessor()
Dmpparse.c71 unsigned long phys_cpu_present_map = 0; variable
140 phys_cpu_present_map |= 1 << m->mpc_apicid; in MP_processor_info()
Dio_apic.c1112 unsigned long phys_id_present_map = phys_cpu_present_map; in setup_ioapic_ids_from_mpc()
1747 apic_id_map = phys_cpu_present_map; in io_apic_get_unique_id()
/linux-2.4.37.9/arch/i386/kernel/
Dsmpboot.c1030 cpu_online_map = phys_cpu_present_map = 1; in smp_boot_cpus()
1044 !test_bit(boot_cpu_physical_apicid, &phys_cpu_present_map)) { in smp_boot_cpus()
1047 phys_cpu_present_map |= (1 << hard_smp_processor_id()); in smp_boot_cpus()
1061 cpu_online_map = phys_cpu_present_map = 1; in smp_boot_cpus()
1077 cpu_online_map = phys_cpu_present_map = 1; in smp_boot_cpus()
1095 Dprintk("CPU present map: %lx\n", phys_cpu_present_map); in smp_boot_cpus()
1109 if (!(phys_cpu_present_map & apicid_to_phys_cpu_present(apicid))) in smp_boot_cpus()
1118 (phys_cpu_present_map & in smp_boot_cpus()
Dmpparse.c76 unsigned long phys_cpu_present_map; variable
259 phys_cpu_present_map |= apicid_to_phys_cpu_present(m->mpc_apicid); in MP_processor_info()
948 phys_cpu_present_map |= 2; /* or in id 1 */ in find_visws_smp()
Dapic.c306 !test_bit(GET_APIC_ID(apic_read(APIC_ID)), &phys_cpu_present_map)) in setup_local_APIC()
1213 phys_cpu_present_map = 1 << boot_cpu_physical_apicid; in APIC_init_uniprocessor()
Dprocess.c381 !(phys_cpu_present_map & apicid_to_phys_cpu_present(cpuid))) in machine_restart()
Dio_apic.c1085 unsigned long phys_id_present_map = phys_cpu_present_map; in setup_ioapic_ids_from_mpc()
1751 apic_id_map = phys_cpu_present_map; in io_apic_get_unique_id()
/linux-2.4.37.9/include/asm-ia64/
Dtopology.h33 #define __node_to_cpumask(node) (&phys_cpu_present_map)
/linux-2.4.37.9/include/asm-i386/
Dsmp.h33 extern unsigned long phys_cpu_present_map;
Dmpspec.h208 extern unsigned long phys_cpu_present_map;
/linux-2.4.37.9/include/asm-x86_64/
Dsmp.h35 extern unsigned long phys_cpu_present_map;
Dmpspec.h174 extern unsigned long phys_cpu_present_map;