Home
last modified time | relevance | path

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

/kernel/arch/x86/
A Dcpu_topology.cpp65 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()
A Dfeature.cpp230 info->right_shift = eax & 0x1f; in x86_topology_enumerate()
/kernel/arch/x86/include/arch/x86/
A Dfeature.h234 uint8_t right_shift; member

Completed in 6 milliseconds