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

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_aux_map.c367 uint32_t l2_index = (address >> 24) & 0xfff; local in function:get_aux_entry
368 uint64_t *l2_entry = &l2_map[l2_index];
375 l2_index, l1_addr, l1_map);
489 uint32_t l2_index = (address >> 24) & 0xfff; local in function:remove_mapping
490 uint64_t *l2_entry = &l2_map[l2_index];
510 l3_index, l2_index, l1_index);

Completed in 2 milliseconds