Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
A Dtopology_common.c50 unsigned int cores, core_shift, smt_shift = 0; in parse_legacy() local
54 core_shift = get_count_order(cores); in parse_legacy()
57 if (!WARN_ON_ONCE(tscan->ebx1_nproc_shift < core_shift)) in parse_legacy()
58 smt_shift = tscan->ebx1_nproc_shift - core_shift; in parse_legacy()
64 core_shift += smt_shift; in parse_legacy()
69 topology_set_dom(tscan, TOPO_CORE_DOMAIN, core_shift, cores); in parse_legacy()

Completed in 5 milliseconds