Lines Matching refs:pgprot_t
1370 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify()
1496 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap()
1507 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert()
1556 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
1559 extern void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
1698 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot);
1701 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
1708 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
1709 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot);
1716 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
1720 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge()
1724 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge()
1772 unsigned long size, pgprot_t *vma_prot);
1781 static inline bool pfn_modify_allowed(unsigned long pfn, pgprot_t prot) in pfn_modify_allowed()
1971 #define pte_pgprot(x) ((pgprot_t) {0})
1975 #define pmd_pgprot(x) ((pgprot_t) {0})
1979 #define pud_pgprot(x) ((pgprot_t) {0})
2003 pgprot_t vm_get_page_prot(unsigned long vm_flags) \