Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.c566 uint32_t core_count = 1; in get_cpu_topology() local
568 core_count = (regs[1] >> 16) & 0xff; in get_cpu_topology()
570 core_count = util_next_power_of_two(core_count); in get_cpu_topology()
580 unsigned local_core_id = apic_id & (core_count - 1); in get_cpu_topology()
581 unsigned phys_id = (apic_id & ~(core_count - 1)) >> util_logbase2(core_count); in get_cpu_topology()