Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_aux_map.c352 uint64_t *l2_map; in get_aux_entry() local
355 if (add_sub_table(ctx, 32 * 1024, 32 * 1024, &l2_gpu, &l2_map)) { in get_aux_entry()
358 l3_index, l2_gpu, l2_map); in get_aux_entry()
365 l2_map = get_u64_entry_ptr(ctx, l2_addr); in get_aux_entry()
368 uint64_t *l2_entry = &l2_map[l2_index]; in get_aux_entry()
482 uint64_t *l2_map; in remove_mapping() local
487 l2_map = get_u64_entry_ptr(ctx, l2_addr); in remove_mapping()
490 uint64_t *l2_entry = &l2_map[l2_index]; in remove_mapping()