Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpgtable.h1010 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
1012 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1014 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
1016 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h655 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
657 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK; in pgprot_modify()
/linux-6.3-rc2/mm/
A Dmmap.c83 static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags) in vm_pgprot_modify() argument
85 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()

Completed in 16 milliseconds