| /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 | 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/hexagon/include/asm/ |
| H A D | pgtable.h | 285 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) 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/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/riscv/include/asm/ |
| H A D | pgtable.h | 558 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 812 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify() 1165 return pte_pud(pte_modify(pud_pte(pud), newprot)); in pud_modify()
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 279 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 293 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 | 287 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 | 277 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/parisc/include/asm/ |
| H A D | pgtable.h | 357 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 | 1221 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 1247 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
|
| /linux/mm/ |
| H A D | mprotect.c | 272 ptent = pte_modify(oldpte, newprot); in change_pte_range()
|
| H A D | memory.c | 6001 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_single_mapping() 6037 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_rebuild_large_mapping() 6073 pte = pte_modify(old_pte, vma->vm_page_prot); in do_numa_page()
|