Home
last modified time | relevance | path

Searched refs:oldprot (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpgtable.h1699 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
1701 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1703 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
1705 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
/linux/mm/
H A Dvma.h483 static inline pgprot_t vm_pgprot_modify(pgprot_t oldprot, vm_flags_t vm_flags) in vm_pgprot_modify() argument
485 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()
/linux/tools/testing/vma/include/
H A Ddup.h728 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
730 return __pgprot(pgprot_val(oldprot) | pgprot_val(newprot)); in pgprot_modify()