Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dpgtable_32.h296 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 Dpgtable_64.h260 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 Dhugetlb.h37 return pte_modify(pte, newprot); in huge_pte_modify()
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h41 /* Set of bits not changed in pte_modify */
98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/mips/include/asm/
H A Dpgtable.h508 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
517 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
526 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) 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/hexagon/include/asm/
H A Dpgtable.h284 /* pte_modify - set protection bits on PTE */
285 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h480 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
719 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
975 return pte_pud(pte_modify(pud_pte(pud), newprot)); in pud_modify()
/linux/arch/csky/include/asm/
H A Dpgtable.h252 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) 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/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.h199 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/arm/include/asm/
H A Dpgtable.h268 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h288 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h278 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.h511 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h425 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/mm/
H A Dmprotect.c329 ptent = pte_modify(oldpte, newprot); in change_pte_range()
H A Dmemory.c2514 * functions that don't touch caching- or encryption bits, using pte_modify()
5775 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_single_mapping()
5811 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_rebuild_large_mapping()
5847 pte = pte_modify(old_pte, vma->vm_page_prot); in do_numa_page()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h611 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/x86/include/asm/
H A Dpgtable.h778 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
794 * To avoid creating Write=0,Dirty=1 PTEs, pte_modify() needs to avoid: in pte_modify()
824 * pte_modify(). in pmd_modify()
847 * pte_modify(). in pud_modify()