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.h543 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
797 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
1150 return pte_pud(pte_modify(pud_pte(pud), newprot)); in pud_modify()
/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
/linux/arch/s390/include/asm/
H A Dpgtable.h1018 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/mm/
H A Dmemory.c6095 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_single_mapping()
6131 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_rebuild_large_mapping()
6167 pte = pte_modify(old_pte, vma->vm_page_prot); in do_numa_page()