Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dmprotect.c31 #ifndef pgprot_modify
32 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
208 vma->vm_page_prot = pgprot_modify(vma->vm_page_prot, in mprotect_fixup()
/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h348 #define pgprot_modify pgprot_modify macro
349 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux-3.4.99/arch/tile/include/asm/
Dpgtable.h161 #define pgprot_modify(oldprot, newprot) \ macro