Searched refs:core_bits_offset (Results 1 – 6 of 6) sorted by relevance
71 topology->core_bits_offset = log2_max_threads_per_core; in cpuinfo_x86_detect_topology()88 topology->core_bits_offset = topology->core_bits_length = 0; in cpuinfo_x86_detect_topology()109 topology->core_bits_offset = total_shift; in cpuinfo_x86_detect_topology()123 topology->core_bits_offset, topology->core_bits_length); in cpuinfo_x86_detect_topology()
53 uint32_t core_bits_offset; member
132 x86_processor.topology.core_bits_offset + x86_processor.topology.core_bits_length); in cpuinfo_x86_windows_init()262 …onst uint32_t core_apic_id = (core_id & core_bits_mask) << x86_processor.topology.core_bits_offset; in cpuinfo_x86_windows_init()285 ((package_core_id & core_bits_mask) << x86_processor.topology.core_bits_offset); in cpuinfo_x86_windows_init()359 (processor->apic_id >> x86_processor.topology.core_bits_offset); in cpuinfo_x86_windows_init()
109 x86_processor.topology.core_bits_offset + x86_processor.topology.core_bits_length); in cpuinfo_x86_mach_init()112 ((core_id & core_bits_mask) << x86_processor.topology.core_bits_offset) | in cpuinfo_x86_mach_init()
65 …c_mask & ~(bit_mask(processor->topology.core_bits_length) << processor->topology.core_bits_offset); in cpuinfo_x86_count_objects()345 … & ~(bit_mask(x86_processor.topology.core_bits_length) << x86_processor.topology.core_bits_offset); in cpuinfo_x86_linux_init()
540 x86_processor.topology.core_bits_offset + x86_processor.topology.core_bits_length);