/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pte-40x.h | 89 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 94 #define pte_wrprotect pte_wrprotect macro
|
D | pte-8xx.h | 87 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 92 #define pte_wrprotect pte_wrprotect macro
|
D | pgtable.h | 184 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable.h | 282 static inline pte_t pte_wrprotect(pte_t pte) function 353 static inline pte_t pte_wrprotect(pte_t pte) function
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 141 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_64.h | 262 static inline pte_t pte_wrprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_WRITE)); r… in pte_wrprotect() function
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 172 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect() function
|
D | motorola_pgtable.h | 173 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
D | mcf_pgtable.h | 251 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 349 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 115 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 196 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 193 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 231 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
D | pgtable_64.h | 507 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 247 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgtable.h | 273 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable.h | 281 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | pgtable.h | 242 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 272 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 448 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 274 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgtable.h | 343 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 307 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | pgtable.h | 386 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
|