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.c158 bool is_cc_shared = attrs & DMA_ATTR_CC_SHARED; in dma_map_phys() local
170 (!is_mmio && !is_cc_shared && in dma_map_phys()
173 else if (is_cc_shared) in dma_map_phys()
211 bool is_cc_shared = attrs & DMA_ATTR_CC_SHARED; in dma_unmap_phys() local
216 (!is_mmio && !is_cc_shared && in dma_unmap_phys()
219 else if (is_cc_shared) in dma_unmap_phys()