/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 301 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__; 302 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
H A D | pgtable_64.h | 262 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function 325 pte = pte_modify(pte, newprot); in pmd_modify()
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 514 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function 523 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function 532 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
|
/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/include/asm-generic/ |
H A D | hugetlb.h | 42 return pte_modify(pte, newprot); in huge_pte_modify()
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 85 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
H A D | mcf_pgtable.h | 105 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
H A D | motorola_pgtable.h | 90 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 | 288 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 | 257 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 | 206 extern 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 | 482 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 704 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 270 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 | 296 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 | 312 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 | 284 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 | 391 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/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 630 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 | 1070 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux/mm/ |
H A D | memory.c | 5611 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_single_mapping() 5647 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_rebuild_large_mapping() 5683 pte = pte_modify(old_pte, vma->vm_page_prot); in do_numa_page()
|