Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.h573 static inline pgprot_t vma_pgprot_modify(pgprot_t oldprot, vma_flags_t vma_flags) in vma_pgprot_modify() argument
577 return pgprot_modify(oldprot, prot); in vma_pgprot_modify()
/linux/tools/testing/vma/include/
H A Ddup.h782 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
784 return __pgprot(pgprot_val(oldprot) | pgprot_val(newprot)); in pgprot_modify()
/linux/arch/x86/include/asm/
H A Dpgtable.h855 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
857 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK; in pgprot_modify()