Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable.h635 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
637 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK; in pgprot_modify()