Searched refs:level_shift (Results 1 – 1 of 1) sorted by relevance
92 const uint32_t level_shift = leafB.eax & UINT32_C(0x0000001F); in cpuinfo_x86_detect_topology() local101 level, apic_id, level_shift, total_shift); in cpuinfo_x86_detect_topology()103 topology->thread_bits_length = level_shift; in cpuinfo_x86_detect_topology()108 level, apic_id, level_shift, total_shift); in cpuinfo_x86_detect_topology()110 topology->core_bits_length = level_shift; in cpuinfo_x86_detect_topology()114 "reported in leaf 0x0000000B is ignored", type, total_shift, level_shift); in cpuinfo_x86_detect_topology()117 total_shift += level_shift; in cpuinfo_x86_detect_topology()