Home
last modified time | relevance | path

Searched refs:pte_modify (Results 1 – 23 of 23) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dpgtable_32.h301 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 Dpgtable_64.h262 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 Dpgtable.h514 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 Dpgtable-bits-arcv2.h98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/include/asm-generic/
H A Dhugetlb.h42 return pte_modify(pte, newprot); in huge_pte_modify()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h85 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
H A Dmcf_pgtable.h105 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
H A Dmotorola_pgtable.h90 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h288 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h153 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/csky/include/asm/
H A Dpgtable.h257 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h284 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/alpha/include/asm/
H A Dpgtable.h206 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h482 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 Dpgtable.h270 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h296 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h312 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h284 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h391 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 Dpgtable.h511 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 Dpgtable.h630 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1070 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/mm/
H A Dmemory.c5611 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()