Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c67 IS_HUGE = 1 << 5 enumerator
305 if (pool->type & IS_HUGE) in __ttm_dma_alloc_page()
316 if (pool->type & IS_HUGE) in __ttm_dma_alloc_page()
371 if (pool->type & IS_HUGE) { in ttm_dma_pages_put()
560 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE}; in ttm_dma_pool_init() enumerator
597 if (type & IS_HUGE) in ttm_dma_pool_init()
915 pool = ttm_dma_find_pool(dev, type | IS_HUGE); in ttm_dma_populate()
919 pool = ttm_dma_pool_init(dev, gfp_flags, type | IS_HUGE); in ttm_dma_populate()
1008 pool = ttm_dma_find_pool(dev, type | IS_HUGE); in ttm_dma_unpopulate()