Searched refs:newprot (Results 1 – 4 of 4) sorted by relevance
| /include/asm-generic/ |
| A D | hugetlb.h | 35 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument 37 return pte_modify(pte, newprot); in huge_pte_modify()
|
| /include/linux/ |
| A D | huge_mm.h | 37 pmd_t *pmd, unsigned long addr, pgprot_t newprot, 418 pud_t *pudp, unsigned long addr, pgprot_t newprot, 423 pud_t *pudp, unsigned long addr, pgprot_t newprot, in change_huge_pud() argument 683 unsigned long addr, pgprot_t newprot, in change_huge_pud() argument
|
| A D | pgtable.h | 1504 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument 1507 newprot = pgprot_noncached(newprot); in pgprot_modify() 1509 newprot = pgprot_writecombine(newprot); in pgprot_modify() 1511 newprot = pgprot_device(newprot); in pgprot_modify() 1512 return newprot; in pgprot_modify()
|
| A D | hugetlb.h | 276 unsigned long address, unsigned long end, pgprot_t newprot, 439 unsigned long end, pgprot_t newprot, in hugetlb_change_protection() argument
|
Completed in 14 milliseconds