Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_cpu_detect.c512 unsigned L3_index = apic_id[i] / in get_cpu_topology() local
515 util_cpu_caps.L3_affinity_mask[L3_index][i / 32] |= cpu_bit; in get_cpu_topology()
516 util_cpu_caps.cpu_to_L3[i] = L3_index; in get_cpu_topology()
/external/mesa3d/src/intel/tools/
Daub_write.c296 #define L3_index(addr) (((addr) >> 30) & 0x1ff) in aub_map_ppgtt() macro
301 #define L2_table(addr) (L3_table(addr)->subtables[L3_index(addr)]) in aub_map_ppgtt()
316 uint64_t l3_start_idx = L3_index(l3_start); in aub_map_ppgtt()
317 uint64_t l3_end_idx = L3_index(l3_end); in aub_map_ppgtt()