Searched refs:newprot (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/asm-generic/ |
D | hugetlb.h | 30 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()
|
D | pgtable.h | 473 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/ |
D | hugetlb.h | 159 unsigned long address, unsigned long end, pgprot_t newprot); 218 unsigned long address, unsigned long end, pgprot_t newprot) in hugetlb_change_protection() argument
|
D | huge_mm.h | 48 unsigned long addr, pgprot_t newprot,
|
D | mm.h | 1595 unsigned long end, pgprot_t newprot,
|