Home
last modified time | relevance | path

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

/include/asm-generic/
Dhugetlb.h40 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument
42 return pte_modify(pte, newprot); in huge_pte_modify()
/include/linux/
Dhuge_mm.h38 pmd_t *pmd, unsigned long addr, pgprot_t newprot,
394 pud_t *pudp, unsigned long addr, pgprot_t newprot,
399 pud_t *pudp, unsigned long addr, pgprot_t newprot, in change_huge_pud() argument
650 unsigned long addr, pgprot_t newprot, in change_huge_pud() argument
Dpgtable.h1380 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
1383 newprot = pgprot_noncached(newprot); in pgprot_modify()
1385 newprot = pgprot_writecombine(newprot); in pgprot_modify()
1387 newprot = pgprot_device(newprot); in pgprot_modify()
1388 return newprot; in pgprot_modify()
Dhugetlb.h270 unsigned long address, unsigned long end, pgprot_t newprot,
445 unsigned long end, pgprot_t newprot, in hugetlb_change_protection() argument