Home
last modified time | relevance | path

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

/linux-4.19.296/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()
Dpgtable.h473 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
476 newprot = pgprot_noncached(newprot); in pgprot_modify()
478 newprot = pgprot_writecombine(newprot); in pgprot_modify()
480 newprot = pgprot_device(newprot); in pgprot_modify()
481 return newprot; in pgprot_modify()
/linux-4.19.296/include/linux/
Dhugetlb.h159 unsigned long address, unsigned long end, pgprot_t newprot);
218 unsigned long address, unsigned long end, pgprot_t newprot) in hugetlb_change_protection() argument
Dhuge_mm.h48 unsigned long addr, pgprot_t newprot,
Dmm.h1595 unsigned long end, pgprot_t newprot,