Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Diommu.c273 unsigned long iopte_protection; in dma_4u_map_phys() local
309 iopte_protection = IOPTE_STREAMING(ctx); in dma_4u_map_phys()
311 iopte_protection = IOPTE_CONSISTENT(ctx); in dma_4u_map_phys()
313 iopte_protection |= IOPTE_WRITE; in dma_4u_map_phys()
316 iopte_val(*base) = iopte_protection | phys; in dma_4u_map_phys()