/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 296 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__; 297 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
H A D | pgtable_64.h | 260 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function 323 pte = pte_modify(pte, newprot); in pmd_modify()
|
/linux/include/asm-generic/ |
H A D | hugetlb.h | 37 return pte_modify(pte, newprot); in huge_pte_modify()
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-bits-arcv2.h | 41 /* Set of bits not changed in pte_modify */ 98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 508 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function 517 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function 526 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 79 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
H A D | motorola_pgtable.h | 84 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
H A D | mcf_pgtable.h | 99 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 284 /* pte_modify - set protection bits on PTE */ 285 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 480 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 719 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify() 975 return pte_pud(pte_modify(pud_pte(pud), newprot)); in pud_modify()
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 252 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 153 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 284 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 199 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 268 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 288 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 278 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 383 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 511 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 425 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/mm/ |
H A D | mprotect.c | 329 ptent = pte_modify(oldpte, newprot); in change_pte_range()
|
H A D | memory.c | 2514 * functions that don't touch caching- or encryption bits, using pte_modify() 5775 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_single_mapping() 5811 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_rebuild_large_mapping() 5847 pte = pte_modify(old_pte, vma->vm_page_prot); in do_numa_page()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 611 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 778 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 794 * To avoid creating Write=0,Dirty=1 PTEs, pte_modify() needs to avoid: in pte_modify() 824 * pte_modify(). in pmd_modify() 847 * pte_modify(). in pud_modify()
|