Home
last modified time | relevance | path

Searched refs:newprot (Results 1 – 5 of 5) sorted by relevance

/include/asm-generic/
Dhugetlb.h30 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument
32 return pte_modify(pte, newprot); in huge_pte_modify()
/include/linux/
Dpgtable.h868 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
871 newprot = pgprot_noncached(newprot); in pgprot_modify()
873 newprot = pgprot_writecombine(newprot); in pgprot_modify()
875 newprot = pgprot_device(newprot); in pgprot_modify()
876 return newprot; in pgprot_modify()
Dhugetlb.h193 unsigned long address, unsigned long end, pgprot_t newprot);
354 unsigned long end, pgprot_t newprot) in hugetlb_change_protection() argument
Dhuge_mm.h40 pgprot_t newprot, unsigned long cp_flags);
Dmm.h2011 unsigned long end, pgprot_t newprot,