Searched refs:pte_prot (Results 1 – 2 of 2) sorted by relevance
315 pgprot_t pte_prot; in map_ldt_struct() local334 pte_prot = __pgprot(__PAGE_KERNEL_RO & ~_PAGE_GLOBAL); in map_ldt_struct()336 pgprot_val(pte_prot) &= __supported_pte_mask; in map_ldt_struct()337 pte = pfn_pte(pfn, pte_prot); in map_ldt_struct()
1198 unsigned long pte, old, pte_prot; in riscv_iommu_map_pages() local1203 pte_prot = _PAGE_BASE | _PAGE_READ; in riscv_iommu_map_pages()1205 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE; in riscv_iommu_map_pages()1207 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY; in riscv_iommu_map_pages()1217 pte = _io_pte_entry(phys_to_pfn(phys), pte_prot); in riscv_iommu_map_pages()