Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_memory.c44 struct ttm_mem_zone { struct
78 struct ttm_mem_zone *zone = in ttm_mem_zone_kobj_release()
79 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_kobj_release()
90 struct ttm_mem_zone *zone = in ttm_mem_zone_show()
91 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_show()
118 struct ttm_mem_zone *zone = in ttm_mem_zone_store()
119 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_store()
247 struct ttm_mem_zone *zone; in ttm_zones_above_swap_target()
308 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL); in ttm_mem_init_kernel_zone()
340 struct ttm_mem_zone *zone; in ttm_mem_init_highmem_zone()
[all …]
/Linux-v4.19/include/drm/ttm/
Dttm_memory.h65 struct ttm_mem_zone;
73 struct ttm_mem_zone *zones[TTM_MEM_MAX_ZONES];
75 struct ttm_mem_zone *zone_kernel;
77 struct ttm_mem_zone *zone_highmem;
79 struct ttm_mem_zone *zone_dma32;