Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_memory.c301 glob->zone_highmem = zone; in ttm_mem_init_highmem_zone()
561 if (PageHighMem(page) && glob->zone_highmem != NULL) in ttm_mem_global_alloc_page()
562 zone = glob->zone_highmem; in ttm_mem_global_alloc_page()
576 if (PageHighMem(page) && glob->zone_highmem != NULL) in ttm_mem_global_free_page()
577 zone = glob->zone_highmem; in ttm_mem_global_free_page()
/linux-4.4.14/include/drm/ttm/
Dttm_memory.h87 struct ttm_mem_zone *zone_highmem; member