| /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 | 553 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) 807 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pud_write() 1160 return pte_pud(pte_modify(pud_pte(pud), newprot)); 543 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) pte_modify() function
|
| /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 787 * To avoid creating Write=0,Dirty=1 PTEs, pte_modify() needs to avoid: in pte_modify() 817 * pte_modify(). in pmd_modify() 840 * pte_modify(). in pud_modify()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 208 /* Set of bits not changed in pte_modify */ 1048 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_mkwrite_novma() 1018 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) pte_modify() function
|
| /linux/mm/ |
| H A D | memory.c | 2743 * functions that don't touch caching- or encryption bits, using pte_modify() 6062 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_migrate_check() 6098 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_migrate_check() 6134 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_large_mapping()
|