Searched refs:L1_index (Results 1 – 1 of 1) sorted by relevance
298 #define L1_index(addr) (((addr) >> 12) & 0x1ff) in aub_map_ppgtt() macro334 uint64_t l1_start_idx = L1_index(l1_start); in aub_map_ppgtt()335 uint64_t l1_end_idx = L1_index(l1_end); in aub_map_ppgtt()346 return (uint64_t)(uintptr_t)L1_table(ppgtt_addr)->subtables[L1_index(ppgtt_addr)]; in ppgtt_lookup()