Home
last modified time | relevance | path

Searched refs:cpuid_apic (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/apic/
Dbigsmp_32.c94 static int bigsmp_phys_pkg_id(int cpuid_apic, int index_msb) in bigsmp_phys_pkg_id() argument
96 return cpuid_apic >> index_msb; in bigsmp_phys_pkg_id()
Dapic_noop.c56 static int noop_phys_pkg_id(int cpuid_apic, int index_msb) in noop_phys_pkg_id() argument
/linux-4.4.14/arch/x86/include/asm/
Dapic.h295 int (*phys_pkg_id)(int cpuid_apic, int index_msb);
536 static inline int default_phys_pkg_id(int cpuid_apic, int index_msb) in default_phys_pkg_id() argument
538 return cpuid_apic >> index_msb; in default_phys_pkg_id()