Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c64 #define IS_CACHED (1<<3) macro
71 POOL_IS_CACHED = IS_CACHED,
74 POOL_IS_CACHED_DMA32 = IS_CACHED | IS_DMA32,
360 type |= IS_CACHED; in ttm_to_type()
384 if (npages && !(pool->type & IS_CACHED) && in ttm_dma_pages_put()
398 if (!(pool->type & IS_CACHED) && set_pages_array_wb(&d_page->p, 1)) in ttm_dma_page_put()
567 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED}; in ttm_dma_pool_init() enumerator