Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Diommu.c274 unsigned long iopte_protection; in dma_4u_map_page() local
301 iopte_protection = IOPTE_STREAMING(ctx); in dma_4u_map_page()
303 iopte_protection = IOPTE_CONSISTENT(ctx); in dma_4u_map_page()
305 iopte_protection |= IOPTE_WRITE; in dma_4u_map_page()
308 iopte_val(*base) = iopte_protection | base_paddr; in dma_4u_map_page()