Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dbigsmp_32.c32 static int bigsmp_phys_pkg_id(int cpuid_apic, int index_msb) in bigsmp_phys_pkg_id() argument
34 return cpuid_apic >> index_msb; in bigsmp_phys_pkg_id()
H A Dprobe_32.c21 static int default_phys_pkg_id(int cpuid_apic, int index_msb) in default_phys_pkg_id() argument
23 return cpuid_apic >> index_msb; in default_phys_pkg_id()
H A Dapic_noop.c30 static int noop_phys_pkg_id(int cpuid_apic, int index_msb) { return 0; } in noop_phys_pkg_id() argument
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h300 int (*phys_pkg_id)(int cpuid_apic, int index_msb);