Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dpgtable.h866 #ifndef pgprot_modify
867 #define pgprot_modify pgprot_modify macro
868 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/kernel/linux/linux-6.6/include/linux/
H A Dpgtable.h1123 #ifndef pgprot_modify
1124 #define pgprot_modify pgprot_modify macro
1125 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable.h663 #define pgprot_modify pgprot_modify macro
664 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/mm/
H A Dmmap.c128 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()
1725 /* The open routine did something to the protections that pgprot_modify in vma_wants_writenotify()
/kernel/linux/linux-6.6/mm/
H A Dmmap.c92 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()
1536 /* The open routine did something to the protections that pgprot_modify in vma_wants_writenotify()

Completed in 23 milliseconds