Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpgtable.h1502 #ifndef pgprot_modify
1503 #define pgprot_modify pgprot_modify macro
1504 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux/tools/testing/vma/
H A Dvma_internal.h576 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
1209 vm_page_prot = pgprot_modify(vma->vm_page_prot, vm_get_page_prot(vm_flags)); in vma_set_page_prot()
1214 vm_page_prot = pgprot_modify(vm_page_prot, vm_get_page_prot(vm_flags)); in vma_set_page_prot()
/linux/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) in pgprot_modify() function
/linux/mm/
H A Dvma.h379 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()