Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_cpu_detect.c537 #define L3_ID(p, i) (p << 16 | i << 1 | 1); in get_cpu_topology() macro
539 unsigned l3_id = L3_ID(phys_id, local_l3_cache_index); in get_cpu_topology()