Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpgtable.h938 #ifndef pgprot_modify
939 #define pgprot_modify pgprot_modify macro
940 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux/arch/x86/include/asm/
A Dpgtable.h634 #define pgprot_modify pgprot_modify macro
635 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux/mm/
A Dmmap.c127 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()

Completed in 24 milliseconds