Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/iommu/riscv/
H A Diommu.c1195 unsigned long pte, old, pte_prot; in riscv_iommu_map_pages() local
1200 pte_prot = _PAGE_BASE | _PAGE_READ; in riscv_iommu_map_pages()
1202 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE; in riscv_iommu_map_pages()
1204 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY; in riscv_iommu_map_pages()
1214 pte = _io_pte_entry(phys_to_pfn(phys), pte_prot); in riscv_iommu_map_pages()