Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dhugetlb.h37 return pte_modify(pte, newprot); in huge_pte_modify()
/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/arch/m68k/include/asm/
H A Dsun3_pgtable.h79 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
H A Dmotorola_pgtable.h84 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
H A Dmcf_pgtable.h99 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h553 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 Dpgtable.h295 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.h383 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.h517 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h346 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h462 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1225 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 Dpgtable.h626 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/x86/include/asm/
H A Dpgtable.h771 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 Dpgtable.h208 /* 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 Dmemory.c2743 * 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()