Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/vma/
Dvma_internal.h437 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
1074 vm_page_prot = pgprot_modify(vma->vm_page_prot, vm_get_page_prot(vm_flags)); in vma_set_page_prot()
1079 vm_page_prot = pgprot_modify(vm_page_prot, vm_get_page_prot(vm_flags)); in vma_set_page_prot()
/linux-6.14.4/include/linux/
Dpgtable.h1368 #ifndef pgprot_modify
1369 #define pgprot_modify pgprot_modify macro
1370 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux-6.14.4/arch/x86/include/asm/
Dpgtable.h905 #define pgprot_modify pgprot_modify macro
906 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/linux-6.14.4/mm/
Dvma.h277 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()