Searched refs:newprot (Results 1 – 5 of 5) sorted by relevance
30 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument32 return pte_modify(pte, newprot); in huge_pte_modify()
868 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument871 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()
193 unsigned long address, unsigned long end, pgprot_t newprot);354 unsigned long end, pgprot_t newprot) in hugetlb_change_protection() argument
40 pgprot_t newprot, unsigned long cp_flags);
2011 unsigned long end, pgprot_t newprot,