Searched refs:IS_WC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c64 #define IS_WC (1<<1) macro
71 POOL_IS_WC = IS_WC,
74 POOL_IS_WC_DMA32 = IS_WC | IS_DMA32,
319 if (pool->type & IS_WC) {
366 type |= IS_WC;
569 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED};

Completed in 103 milliseconds