Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpgtable.h1144 #ifndef pgprot_modify
1145 #define pgprot_modify pgprot_modify macro
1146 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h845 #define pgprot_modify pgprot_modify macro
846 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/openbmc/linux/mm/
H A Dmmap.c86 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()