Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h787 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
789 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()