Lines Matching refs:pgprot_t
192 pte_t mk_pte_io(unsigned long, pgprot_t, int, unsigned long);
196 extern pgprot_t PAGE_KERNEL;
197 extern pgprot_t PAGE_KERNEL_LOCKED;
198 extern pgprot_t PAGE_COPY;
199 extern pgprot_t PAGE_SHARED;
217 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte()
227 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
258 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify()
317 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
327 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
765 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot()
987 unsigned long, pgprot_t);
1024 unsigned long size, pgprot_t prot) in io_remap_pfn_range()