Searched refs:L3_index (Results 1 – 1 of 1) sorted by relevance
296 #define L3_index(addr) (((addr) >> 30) & 0x1ff) in aub_map_ppgtt() macro301 #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()