Home
last modified time | relevance | path

Searched refs:ebx1_nproc_shift (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dtopology_common.c91 if (!WARN_ON_ONCE(tscan->ebx1_nproc_shift < core_shift)) in parse_legacy()
92 smt_shift = tscan->ebx1_nproc_shift - core_shift; in parse_legacy()
156 tscan->ebx1_nproc_shift = get_count_order(ebx.nproc); in parse_topology()
H A Dtopology.h11 unsigned int ebx1_nproc_shift; member