Home
last modified time | relevance | path

Searched refs:index_msb (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c742 unsigned int l2_id = 0, l3_id = 0, num_threads_sharing, index_msb; in init_intel_cacheinfo() local
778 index_msb = get_count_order(num_threads_sharing); in init_intel_cacheinfo()
779 l2_id = c->apicid & ~((1 << index_msb) - 1); in init_intel_cacheinfo()
784 index_msb = get_count_order(num_threads_sharing); in init_intel_cacheinfo()
785 l3_id = c->apicid & ~((1 << index_msb) - 1); in init_intel_cacheinfo()
953 int index_msb, i; in __cache_cpumap_setup() local
969 index_msb = get_count_order(num_threads_sharing); in __cache_cpumap_setup()
972 if (cpu_data(i).apicid >> index_msb == c->apicid >> index_msb) { in __cache_cpumap_setup()
1023 int index_msb; in get_cache_id() local
1026 index_msb = get_count_order(num_threads_sharing); in get_cache_id()
[all …]
H A Dcommon.c911 int index_msb, core_bits; in detect_ht() local
916 index_msb = get_count_order(smp_num_siblings); in detect_ht()
917 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht()
921 index_msb = get_count_order(smp_num_siblings); in detect_ht()
925 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht()
/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 Dx2apic_phys.c137 int x2apic_phys_pkg_id(int initial_apicid, int index_msb) in x2apic_phys_pkg_id() argument
139 return initial_apicid >> index_msb; in x2apic_phys_pkg_id()
H A Dapic_flat_64.c69 static int flat_phys_pkg_id(int initial_apic_id, int index_msb) in flat_phys_pkg_id() argument
71 return initial_apic_id >> index_msb; in flat_phys_pkg_id()
H A Dapic_numachip.c59 static int numachip_phys_pkg_id(int initial_apic_id, int index_msb) in numachip_phys_pkg_id() argument
61 return initial_apic_id >> index_msb; in numachip_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
H A Dlocal.h20 int x2apic_phys_pkg_id(int initial_apicid, int index_msb);
H A Dx2apic_uv_x.c792 static int uv_phys_pkg_id(int initial_apicid, int index_msb) in uv_phys_pkg_id() argument
794 return uv_read_apic_id() >> index_msb; in uv_phys_pkg_id()
/openbmc/linux/arch/x86/kernel/
H A Dvsmp_64.c130 static int apicid_phys_pkg_id(int initial_apic_id, int index_msb) in apicid_phys_pkg_id() argument
132 return read_apic_id() >> index_msb; in apicid_phys_pkg_id()
/openbmc/linux/arch/x86/xen/
H A Dapic.c113 static int xen_phys_pkg_id(int initial_apic_id, int index_msb) in xen_phys_pkg_id() argument
115 return initial_apic_id >> index_msb; in xen_phys_pkg_id()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h300 int (*phys_pkg_id)(int cpuid_apic, int index_msb);