Lines Matching refs:prot
482 #define move_pte(pte, prot, old_addr, new_addr) (pte) argument
494 #define pgprot_noncached(prot) (prot) argument
672 #define pgprot_encrypted(prot) (prot) argument
676 #define pgprot_decrypted(prot) (prot) argument
805 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap() argument
816 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert() argument
847 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
850 extern void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
1042 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot);
1045 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() argument
1055 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
1056 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot);
1063 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() argument
1067 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() argument
1071 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() argument
1131 static inline bool pfn_modify_allowed(unsigned long pfn, pgprot_t prot) in pfn_modify_allowed() argument