Home
last modified time | relevance | path

Searched refs:apicid_to_phys_cpu_present (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-i386/
Dsmpboot.h90 static inline unsigned long apicid_to_phys_cpu_present(int apicid) in apicid_to_phys_cpu_present() function
/linux-2.4.37.9/arch/i386/kernel/
Dsmpboot.c1109 if (!(phys_cpu_present_map & apicid_to_phys_cpu_present(apicid))) in smp_boot_cpus()
1119 apicid_to_phys_cpu_present(apicid))) in smp_boot_cpus()
Dprocess.c381 !(phys_cpu_present_map & apicid_to_phys_cpu_present(cpuid))) in machine_restart()
Dmpparse.c259 phys_cpu_present_map |= apicid_to_phys_cpu_present(m->mpc_apicid); in MP_processor_info()