Home
last modified time | relevance | path

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

12

/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_32.h302 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
303 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
Dpgtable_64.h258 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
321 pte = pte_modify(pte, newprot); in pmd_modify()
/linux-6.1.9/arch/arc/include/asm/
Dpgtable-bits-arcv2.h95 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h503 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
512 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
521 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-6.1.9/arch/s390/include/asm/
Dhugetlb.h122 return pte_modify(pte, newprot); in huge_pte_modify()
/linux-6.1.9/include/asm-generic/
Dhugetlb.h35 return pte_modify(pte, newprot); in huge_pte_modify()
/linux-6.1.9/arch/m68k/include/asm/
Dsun3_pgtable.h82 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
Dmotorola_pgtable.h87 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
Dmcf_pgtable.h102 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/nios2/include/asm/
Dpgtable.h150 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/hexagon/include/asm/
Dpgtable.h285 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
/linux-6.1.9/arch/powerpc/include/asm/nohash/
Dpgtable.h149 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/csky/include/asm/
Dpgtable.h240 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable.h394 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
589 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
/linux-6.1.9/arch/um/include/asm/
Dpgtable.h272 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h309 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/alpha/include/asm/
Dpgtable.h203 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/xtensa/include/asm/
Dpgtable.h279 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/arm/include/asm/
Dpgtable.h265 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h293 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/sh/include/asm/
Dpgtable_32.h392 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/parisc/include/asm/
Dpgtable.h384 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h509 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h238 #define pte_modify(_pte, newprot) \ macro
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable.h812 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
830 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()

12