Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Diommu.c275 unsigned long iopte_protection; in dma_4u_map_page() local
302 iopte_protection = IOPTE_STREAMING(ctx); in dma_4u_map_page()
304 iopte_protection = IOPTE_CONSISTENT(ctx); in dma_4u_map_page()
306 iopte_protection |= IOPTE_WRITE; in dma_4u_map_page()
309 iopte_val(*base) = iopte_protection | base_paddr; in dma_4u_map_page()