Home
last modified time | relevance | path

Searched refs:dvma_prot (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/mm/
H A 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()
H A 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()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dio-unit.c221 pgprot_t dvma_prot; in iounit_alloc() local
238 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iounit_alloc()
250 set_pte(ptep, mk_pte(virt_to_page(page), dvma_prot)); in iounit_alloc()
H A Diommu.c50 static pgprot_t dvma_prot; /* Consistent mapping pte flags */ variable
364 set_pte(ptep, mk_pte(virt_to_page(page), dvma_prot)); in sbus_iommu_alloc()
449 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
452 dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()

Completed in 3 milliseconds