Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h787 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
1432 vm_page_prot = pgprot_modify(vma->vm_page_prot, vm_get_page_prot(vm_flags)); in vma_set_page_prot()
1437 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.h854 #define pgprot_modify pgprot_modify macro
855 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function