Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_memory.c42 struct ttm_mem_zone { struct
76 struct ttm_mem_zone *zone = in ttm_mem_zone_kobj_release()
77 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_kobj_release()
88 struct ttm_mem_zone *zone = in ttm_mem_zone_show()
89 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_show()
116 struct ttm_mem_zone *zone = in ttm_mem_zone_store()
117 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_store()
185 struct ttm_mem_zone *zone; in ttm_zones_above_swap_target()
248 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL); in ttm_mem_init_kernel_zone()
280 struct ttm_mem_zone *zone; in ttm_mem_init_highmem_zone()
[all …]
/linux-3.4.99/include/drm/ttm/
Dttm_memory.h77 struct ttm_mem_zone;
85 struct ttm_mem_zone *zones[TTM_MEM_MAX_ZONES];
87 struct ttm_mem_zone *zone_kernel;
89 struct ttm_mem_zone *zone_highmem;
91 struct ttm_mem_zone *zone_dma32;