Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dpgtable.h312 #ifndef pgprot_modify
313 #define pgprot_modify pgprot_modify macro
314 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h391 #define pgprot_modify pgprot_modify macro
392 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h165 #define pgprot_modify(oldprot, newprot) \ macro
/linux-4.4.14/mm/
Dmmap.c95 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()