Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpgtable.h1148 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify()
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h846 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify()
/openbmc/linux/mm/
H A Dmmap.c84 static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags) in vm_pgprot_modify()