Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_memory.c47 struct ttm_mem_zone { struct
81 struct ttm_mem_zone *zone = in ttm_mem_zone_kobj_release()
82 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_kobj_release()
93 struct ttm_mem_zone *zone = in ttm_mem_zone_show()
94 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_show()
121 struct ttm_mem_zone *zone = in ttm_mem_zone_store()
122 container_of(kobj, struct ttm_mem_zone, kobj); in ttm_mem_zone_store()
241 struct ttm_mem_zone *zone; in ttm_zones_above_swap_target()
302 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL); in ttm_mem_init_kernel_zone()
334 struct ttm_mem_zone *zone; in ttm_mem_init_highmem_zone()
[all …]
/Linux-v5.4/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;