Searched refs:cpuid_apic (Results 1 – 4 of 4) sorted by relevance
71 static int bigsmp_phys_pkg_id(int cpuid_apic, int index_msb) in bigsmp_phys_pkg_id() argument73 return cpuid_apic >> index_msb; in bigsmp_phys_pkg_id()
53 static int default_phys_pkg_id(int cpuid_apic, int index_msb) in default_phys_pkg_id() argument55 return cpuid_apic >> index_msb; in default_phys_pkg_id()
42 static int noop_phys_pkg_id(int cpuid_apic, int index_msb) in noop_phys_pkg_id() argument
321 int (*phys_pkg_id)(int cpuid_apic, int index_msb);