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

/linux-master/include/linux/
H A Dpgtable.h1278 #ifndef pgprot_modify
1279 #define pgprot_modify pgprot_modify macro
1280 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h861 #define pgprot_modify pgprot_modify macro
862 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) function
/linux-master/mm/
H A Dmmap.c86 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags));
1527 /* The open routine did something to the protections that pgprot_modify

Completed in 100 milliseconds