/Linux-v6.1/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-v6.1/arch/mips/include/asm/ |
D | pgtable.h | 285 static inline pte_t pte_wrprotect(pte_t pte) function 349 static inline pte_t pte_wrprotect(pte_t pte) function
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | pgtable.h | 114 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 140 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 | 152 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
D | mcf_pgtable.h | 181 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 293 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/csky/include/asm/ |
D | pgtable.h | 161 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgtable.h | 178 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 103 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable.h | 225 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 229 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
D | pgtable_64.h | 484 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | pgtable.h | 220 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | pgtable.h | 253 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | pgtable.h | 253 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 251 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 444 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgtable.h | 366 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | pgtable.h | 343 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | pgtable.h | 283 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 334 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | pgtable.h | 208 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable.h | 319 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|