/Linux-v5.10/arch/powerpc/include/asm/nohash/32/ |
D | pte-8xx.h | 90 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 95 #define pte_wrprotect pte_wrprotect macro
|
D | pgtable.h | 191 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/mips/include/asm/ |
D | pgtable.h | 309 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/ |
D | sun3_pgtable.h | 162 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 | 178 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
D | mcf_pgtable.h | 238 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/nios2/include/asm/ |
D | pgtable.h | 135 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/hexagon/include/asm/ |
D | pgtable.h | 319 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/csky/include/asm/ |
D | pgtable.h | 181 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/um/include/asm/ |
D | pgtable.h | 194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/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.10/arch/arm/include/asm/ |
D | pgtable.h | 237 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | pgtable_32.h | 244 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.10/arch/openrisc/include/asm/ |
D | pgtable.h | 239 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | pgtable.h | 272 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/ |
D | pgtable.h | 249 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 270 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/nds32/include/asm/ |
D | pgtable.h | 263 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 417 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/microblaze/include/asm/ |
D | pgtable.h | 313 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | pgtable.h | 381 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/ |
D | pgtable.h | 306 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | pgtable.h | 193 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 634 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|