Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daub_write.c295 #define L4_index(addr) (((addr) >> 39) & 0x1ff) in aub_map_ppgtt() macro
300 #define L3_table(addr) (aub->pml4.subtables[L4_index(addr)]) in aub_map_ppgtt()
310 populate_ppgtt_table(aub, &aub->pml4, L4_index(l4_start), L4_index(l4_end), 4); in aub_map_ppgtt()