Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/xen/
H A Dgntdev.h218 #define GNTDEV_DMA_FLAG_WC (1 << 0) macro
/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c423 if ((dmabuf_flags & GNTDEV_DMA_FLAG_WC) && in dmabuf_exp_alloc_backing_storage()
H A Dgntdev.c170 if (dma_flags & (GNTDEV_DMA_FLAG_WC | GNTDEV_DMA_FLAG_COHERENT)) { in gntdev_alloc_map()