Searched refs:pte_prot (Results 1 – 1 of 1) sorted by relevance
1196 unsigned long pte, old, pte_prot; in riscv_iommu_map_pages() local1201 pte_prot = _PAGE_BASE | _PAGE_READ; in riscv_iommu_map_pages()1203 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE; in riscv_iommu_map_pages()1205 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY; in riscv_iommu_map_pages()1215 pte = _io_pte_entry(phys_to_pfn(phys), pte_prot); in riscv_iommu_map_pages()
Completed in 6 milliseconds