Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h866 #ifndef pgprot_modify
867 #define pgprot_modify pgprot_modify macro
868 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h663 #define pgprot_modify pgprot_modify macro
664 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/OK3568_Linux_fs/kernel/mm/
H A Dmmap.c122 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()