Searched refs:map_list (Results 1 – 7 of 7) sorted by relevance
251 struct drm_hash_item *list = &obj->map_list; in drm_gem_free_mmap_offset()272 obj->map_list.key = alloc_unr(mm->idxunr); in drm_gem_create_mmap_offset()273 ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list); in drm_gem_create_mmap_offset()276 free_unr(mm->idxunr, obj->map_list.key); in drm_gem_create_mmap_offset()442 struct drm_hash_item *map_list; in drm_gem_object_from_offset() local449 &map_list) != 0) { in drm_gem_object_from_offset()454 obj = __containerof(map_list, struct drm_gem_object, map_list); in drm_gem_object_from_offset()
599 struct drm_hash_item map_list; member
57 map_list = stringprep.get_maplist() variable91 for t in map_list.iterkeys():131 symbols = stringprep.symbols(map_list, tables)
299 *offset = DRM_GEM_MAPPING_OFF(gem_obj->map_list.key) | in tegra_bo_dumb_map_offset()
1825 *offset = DRM_GEM_MAPPING_OFF(obj->base.map_list.key) | in i915_gem_mmap_gtt()
8238 map_list from former (instead of having it be static).8251 * cpplib.c (cpp_options): Add map_list.
12523 (cpp_options): Remove map_list.