Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/mm/
Diommu.c49 static pgprot_t dvma_prot; /* Consistent mapping pte flags */ variable
363 set_pte(ptep, mk_pte(virt_to_page(page), dvma_prot)); in sbus_iommu_alloc()
448 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
451 dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
Dio-unit.c220 pgprot_t dvma_prot; in iounit_alloc() local
237 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iounit_alloc()
249 set_pte(ptep, mk_pte(virt_to_page(page), dvma_prot)); in iounit_alloc()