Lines Matching refs:pgprot_t
151 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit()
157 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit()
163 static inline pmd_t clear_pmd_bit(pmd_t pmd, pgprot_t prot) in clear_pmd_bit()
169 static inline pmd_t set_pmd_bit(pmd_t pmd, pgprot_t prot) in set_pmd_bit()
395 static inline pgprot_t mk_pud_sect_prot(pgprot_t prot) in mk_pud_sect_prot()
400 static inline pgprot_t mk_pmd_sect_prot(pgprot_t prot) in mk_pmd_sect_prot()
529 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
530 unsigned long size, pgprot_t vma_prot);
756 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
772 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
1020 static inline pgprot_t arch_filter_pgprot(pgprot_t prot) in arch_filter_pgprot()