Searched refs:IS_CACHED (Results 1 – 1 of 1) sorted by relevance
65 IS_CACHED = 1 << 3, enumerator331 type |= IS_CACHED; in ttm_to_type()355 if (!(pool->type & IS_CACHED)) { in ttm_dma_page_put()379 if (npages && !(pool->type & IS_CACHED) && 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