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()
824 static pgprot_t pgprot_clear_protnone_bits(pgprot_t prot) in pgprot_clear_protnone_bits()
845 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page()
1002 pgprot_t ref_prot, unsigned long address, in split_set_pte()
1006 pgprot_t prot; in split_set_pte()
1044 pgprot_t ref_prot; in __split_large_page()
1320 unsigned num_pages, pmd_t *pmd, pgprot_t pgprot) in populate_pte()
1339 unsigned num_pages, pud_t *pud, pgprot_t pgprot) in populate_pmd()
1343 pgprot_t pmd_pgprot; in populate_pmd()
1412 pgprot_t pgprot) in populate_pud()
1417 pgprot_t pud_pgprot; in populate_pud()
1495 pgprot_t pgprot = __pgprot(_KERNPG_TABLE); in populate_pgd()
1606 pgprot_t old_prot = pte_pgprot(old_pte); in __change_page_attr()
1607 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr()
1794 pgprot_t mask_set, pgprot_t mask_clr, in change_page_attr_set_clr()
1877 pgprot_t mask, int array) in change_page_attr_set()
1884 pgprot_t mask, int array) in change_page_attr_clear()
1891 pgprot_t mask) in cpa_set_pages_array()
1898 pgprot_t mask) in cpa_clear_pages_array()
1910 int __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot) in __set_memory_prot()
2082 pgprot_t clr = __pgprot(_PAGE_RW | _PAGE_DIRTY); in set_memory_rox()
2131 pgprot_t empty = __pgprot(0); in __set_memory_enc_pgtable()