Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/include/asm-generic/
H A Dhugetlb.h42 return pte_modify(pte, newprot); in huge_pte_modify()
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/um/include/asm/
H A Dpgtable.h277 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/arm/include/asm/
H A Dpgtable.h269 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h494 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
733 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
/linux-6.15/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-6.15/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-6.15/arch/parisc/include/asm/
H A Dpgtable.h363 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable.h435 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.15/mm/
H A Dmprotect.c170 ptent = pte_modify(oldpte, newprot); in change_pte_range()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h1181 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
1207 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()

12