/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 | 138 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 | 150 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 | 177 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/hexagon/include/asm/ |
H A D | pgtable.h | 293 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/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 | 228 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/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 | 538 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 249 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/loongarch/include/asm/ |
H A D | pgtable.h | 393 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 414 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 | 558 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 408 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|