Home
last modified time | relevance | path

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

12

/Linux-v6.6/arch/sparc/include/asm/
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
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-v6.6/arch/arc/include/asm/
Dpgtable-bits-arcv2.h98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/mips/include/asm/
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-v6.6/arch/s390/include/asm/
Dhugetlb.h124 return pte_modify(pte, newprot); in huge_pte_modify()
/Linux-v6.6/include/asm-generic/
Dhugetlb.h42 return pte_modify(pte, newprot); in huge_pte_modify()
/Linux-v6.6/arch/m68k/include/asm/
Dsun3_pgtable.h85 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
Dmotorola_pgtable.h90 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
Dmcf_pgtable.h105 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/hexagon/include/asm/
Dpgtable.h288 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
/Linux-v6.6/arch/nios2/include/asm/
Dpgtable.h150 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/powerpc/include/asm/nohash/
Dpgtable.h149 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/csky/include/asm/
Dpgtable.h257 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/um/include/asm/
Dpgtable.h271 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h457 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
666 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
/Linux-v6.6/arch/alpha/include/asm/
Dpgtable.h206 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/xtensa/include/asm/
Dpgtable.h284 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/openrisc/include/asm/
Dpgtable.h312 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/microblaze/include/asm/
Dpgtable.h296 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/arm/include/asm/
Dpgtable.h266 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/sh/include/asm/
Dpgtable_32.h391 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/parisc/include/asm/
Dpgtable.h363 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/ia64/include/asm/
Dpgtable.h226 #define pte_modify(_pte, newprot) \ macro
/Linux-v6.6/arch/powerpc/include/asm/book3s/32/
Dpgtable.h531 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h815 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
834 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()

12