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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgtable.h162 #define pgprot_modify(oldprot, newprot) \
163 (pgprot_t) { ((oldprot).val & ~_PAGE_ALL) | (newprot).val }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h259 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) argument
261 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmprotect.c32 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) argument

Completed in 131 milliseconds