Searched refs:l3_index (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_aux_map.c349 uint32_t l3_index = (address >> 36) & 0xfff; local in function:get_aux_entry
350 uint64_t *l3_entry = &ctx->level3_map[l3_index];
358 l3_index, l2_gpu, l2_map);
479 uint32_t l3_index = (address >> 36) & 0xfff; local in function:remove_mapping
480 uint64_t *l3_entry = &ctx->level3_map[l3_index];
510 l3_index, l2_index, l1_index);

Completed in 3 milliseconds