Home
last modified time | relevance | path

Searched refs:x86_coreid_bits (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c88 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in hygon_get_topology()
121 bits = c->x86_coreid_bits; in hygon_detect_cmp()
202 c->x86_coreid_bits = bits; in early_init_hygon_mc()
H A Dzhaoxin.c79 c->x86_coreid_bits = get_count_order((ebx >> 16) & 0xff); in early_init_zhaoxin()
H A Damd.c421 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in amd_get_topology()
450 bits = c->x86_coreid_bits; in amd_detect_cmp()
538 c->x86_coreid_bits = bits; in early_init_amd_mc()
H A Dintel.c411 c->x86_coreid_bits = get_count_order((ebx >> 16) & 0xff); in early_init_intel()
H A Dcommon.c1871 c->x86_coreid_bits = 0; in identify_cpu()
/openbmc/linux/arch/x86/mm/
H A Damdtopology.c164 bits = boot_cpu_data.x86_coreid_bits; in amd_numa_init()
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h98 __u8 x86_coreid_bits; member