| /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 | 98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 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/riscv/include/asm/ |
| H A D | pgtable.h | 543 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 797 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify() 1150 return pte_pud(pte_modify(pud_pte(pud), newprot)); in pud_modify()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 295 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 | 517 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 346 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 | 462 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1225 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 1251 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 626 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 | 771 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 1018 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
| /linux/mm/ |
| H A D | memory.c | 6095 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_single_mapping() 6131 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_rebuild_large_mapping() 6167 pte = pte_modify(old_pte, vma->vm_page_prot); in do_numa_page()
|