Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c66 IS_HUGE = 1 << 5 enumerator
290 if (pool->type & IS_HUGE) in __ttm_dma_free_page()
308 if (pool->type & IS_HUGE) in __ttm_dma_alloc_page()
319 if (pool->type & IS_HUGE) in __ttm_dma_alloc_page()
374 if (pool->type & IS_HUGE) { in ttm_dma_pages_put()
557 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE}; in ttm_dma_pool_init() enumerator
594 if (type & IS_HUGE) in ttm_dma_pool_init()
912 pool = ttm_dma_find_pool(dev, type | IS_HUGE); in ttm_dma_populate()
916 pool = ttm_dma_pool_init(dev, gfp_flags, type | IS_HUGE); in ttm_dma_populate()
1005 pool = ttm_dma_find_pool(dev, type | IS_HUGE); in ttm_dma_unpopulate()