Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dmapping.c160 bool is_cc_shared = attrs & DMA_ATTR_CC_SHARED; in dma_map_phys() local
172 (!is_mmio && !is_cc_shared && in dma_map_phys()
175 else if (is_cc_shared) in dma_map_phys()
213 bool is_cc_shared = attrs & DMA_ATTR_CC_SHARED; in dma_unmap_phys() local
218 (!is_mmio && !is_cc_shared && in dma_unmap_phys()
221 else if (is_cc_shared) in dma_unmap_phys()