Home
last modified time | relevance | path

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

12

/Linux-v5.15/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.h190 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/mips/include/asm/
Dpgtable.h303 static inline pte_t pte_wrprotect(pte_t pte) function
367 static inline pte_t pte_wrprotect(pte_t pte) function
/Linux-v5.15/arch/nios2/include/asm/
Dpgtable.h133 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/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.h180 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
Dmcf_pgtable.h240 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/csky/include/asm/
Dpgtable.h180 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/hexagon/include/asm/
Dpgtable.h315 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/
Dpgtable.h116 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/um/include/asm/
Dpgtable.h194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/arm/include/asm/
Dpgtable.h240 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/openrisc/include/asm/
Dpgtable.h238 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/alpha/include/asm/
Dpgtable.h269 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
/Linux-v5.15/arch/sparc/include/asm/
Dpgtable_32.h243 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
Dpgtable_64.h503 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/microblaze/include/asm/
Dpgtable.h270 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
/Linux-v5.15/arch/xtensa/include/asm/
Dpgtable.h269 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/nds32/include/asm/
Dpgtable.h263 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/
Dpgtable.h456 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/parisc/include/asm/
Dpgtable.h348 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
/Linux-v5.15/arch/ia64/include/asm/
Dpgtable.h300 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
/Linux-v5.15/arch/riscv/include/asm/
Dpgtable.h309 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/arm64/include/asm/
Dpgtable.h194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v5.15/arch/x86/include/asm/
Dpgtable.h315 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function

12