Lines Matching refs:pgprot_t
212 pte_t mk_pte_io(unsigned long, pgprot_t, int, unsigned long);
216 extern pgprot_t PAGE_KERNEL;
217 extern pgprot_t PAGE_KERNEL_LOCKED;
218 extern pgprot_t PAGE_COPY;
219 extern pgprot_t PAGE_SHARED;
237 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte()
247 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
278 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify()
337 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
347 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
763 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot()
992 unsigned long, pgprot_t);
996 unsigned long size, pgprot_t prot) in io_remap_pfn_range()