Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/include/asm/
Dpgtable.h161 #define pgprot_modify(oldprot, newprot) \ argument
162 (pgprot_t) { ((oldprot).val & ~_PAGE_ALL) | (newprot).val }
/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h349 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
351 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK; in pgprot_modify()
/linux-3.4.99/mm/
Dmprotect.c32 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument