Lines Matching refs:pgprot_t

46 	pgprot_t	mask_set;
47 pgprot_t mask_clr;
79 static inline pgprot_t cachemode2pgprot(enum page_cache_mode pcm) in cachemode2pgprot()
544 static inline bool conflicts(pgprot_t prot, pgprotval_t val) in conflicts()
549 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict()
573 static inline pgprot_t static_protections(pgprot_t prot, unsigned long start, in static_protections()
621 static inline pgprot_t verify_rwx(pgprot_t old, pgprot_t new, unsigned long start, in verify_rwx()
862 static pgprot_t pgprot_clear_protnone_bits(pgprot_t prot) in pgprot_clear_protnone_bits()
883 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page()
1042 pgprot_t ref_prot, unsigned long address, in split_set_pte()
1046 pgprot_t prot; in split_set_pte()
1084 pgprot_t ref_prot; in __split_large_page()
1361 unsigned num_pages, pmd_t *pmd, pgprot_t pgprot) in populate_pte()
1380 unsigned num_pages, pud_t *pud, pgprot_t pgprot) in populate_pmd()
1384 pgprot_t pmd_pgprot; in populate_pmd()
1453 pgprot_t pgprot) in populate_pud()
1458 pgprot_t pud_pgprot; in populate_pud()
1536 pgprot_t pgprot = __pgprot(_KERNPG_TABLE); in populate_pgd()
1648 pgprot_t old_prot = pte_pgprot(old_pte); in __change_page_attr()
1649 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr()
1837 pgprot_t mask_set, pgprot_t mask_clr, in change_page_attr_set_clr()
1920 pgprot_t mask, int array) in change_page_attr_set()
1927 pgprot_t mask, int array) in change_page_attr_clear()
1934 pgprot_t mask) in cpa_set_pages_array()
1941 pgprot_t mask) in cpa_clear_pages_array()
1953 int __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot) in __set_memory_prot()
2120 pgprot_t clr = __pgprot(_PAGE_RW | _PAGE_DIRTY); in set_memory_rox()
2174 pgprot_t empty = __pgprot(0); in __set_memory_enc_pgtable()