Searched refs:right_shift (Results 1 – 3 of 3) sorted by relevance
65 smt_mask = (1 << info.right_shift) - 1; in modern_intel_topology_init()66 core_shift = info.right_shift; in modern_intel_topology_init()71 core_mask = ((1 << info.right_shift) - 1) ^ smt_mask; in modern_intel_topology_init()72 package_shift = info.right_shift; in modern_intel_topology_init()
230 info->right_shift = eax & 0x1f; in x86_topology_enumerate()
234 uint8_t right_shift; member
Completed in 5 milliseconds