Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dpgtable.h471 #ifndef pgprot_modify
472 #define pgprot_modify pgprot_modify macro
473 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h612 #define pgprot_modify pgprot_modify macro
613 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/Linux-v4.19/mm/
Dmmap.c122 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()