Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dldt.c315 pgprot_t pte_prot; in map_ldt_struct() local
334 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()
/linux/drivers/iommu/riscv/
H A Diommu.c1198 unsigned long pte, old, pte_prot; in riscv_iommu_map_pages() local
1203 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()