/linux/arch/powerpc/include/asm/nohash/32/ |
H A 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
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 295 static inline pte_t pte_wrprotect(pte_t pte) function 359 static inline pte_t pte_wrprotect(pte_t pte) function
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 144 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect() function
|
H A D | motorola_pgtable.h | 156 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
H A D | mcf_pgtable.h | 183 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 161 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 117 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 296 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 173 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 230 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 256 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 223 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 255 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 227 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
H A D | pgtable_64.h | 540 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 256 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 453 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 411 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 559 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1089 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|