Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_aux_map.c349 uint32_t l3_index = (address >> 36) & 0xfff; in get_aux_entry() local
350 uint64_t *l3_entry = &ctx->level3_map[l3_index]; in get_aux_entry()
358 l3_index, l2_gpu, l2_map); in get_aux_entry()
479 uint32_t l3_index = (address >> 36) & 0xfff; in remove_mapping() local
480 uint64_t *l3_entry = &ctx->level3_map[l3_index]; in remove_mapping()
510 l3_index, l2_index, l1_index); in remove_mapping()