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

/linux-master/include/linux/
H A Dpgtable.h1280 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) argument
1282 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot)))
1284 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot)))
1286 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot)))
/linux-master/arch/x86/include/asm/
H A Dpgtable.h862 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) argument
864 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK;
/linux-master/mm/
H A Dmmap.c84 static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags) argument
86 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags));

Completed in 128 milliseconds