Home
last modified time | relevance | path

Searched defs:pte_wrprotect (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.10/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h90 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
95 #define pte_wrprotect pte_wrprotect macro
Dpgtable.h191 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/mips/include/asm/
Dpgtable.h309 static inline pte_t pte_wrprotect(pte_t pte) function
373 static inline pte_t pte_wrprotect(pte_t pte) function
/Linux-v5.10/arch/m68k/include/asm/
Dsun3_pgtable.h162 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect() function
Dmotorola_pgtable.h178 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
Dmcf_pgtable.h238 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/nios2/include/asm/
Dpgtable.h135 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/hexagon/include/asm/
Dpgtable.h319 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/csky/include/asm/
Dpgtable.h181 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/um/include/asm/
Dpgtable.h194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h115 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/arm/include/asm/
Dpgtable.h237 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/sparc/include/asm/
Dpgtable_32.h244 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
Dpgtable_64.h507 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/openrisc/include/asm/
Dpgtable.h239 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/alpha/include/asm/
Dpgtable.h272 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
/Linux-v5.10/arch/riscv/include/asm/
Dpgtable.h249 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/xtensa/include/asm/
Dpgtable.h270 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/nds32/include/asm/
Dpgtable.h263 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h417 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/microblaze/include/asm/
Dpgtable.h313 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
/Linux-v5.10/arch/parisc/include/asm/
Dpgtable.h381 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
/Linux-v5.10/arch/ia64/include/asm/
Dpgtable.h306 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
/Linux-v5.10/arch/arm64/include/asm/
Dpgtable.h193 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h634 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function

12