/linux/arch/powerpc/include/asm/nohash/32/ |
A 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
|
A D | pgtable.h | 190 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 302 static inline pte_t pte_wrprotect(pte_t pte) function 366 static inline pte_t pte_wrprotect(pte_t pte) function
|
/linux/arch/m68k/include/asm/ |
A 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
|
A D | motorola_pgtable.h | 180 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
A D | mcf_pgtable.h | 240 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 133 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 180 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 315 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 116 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 240 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 243 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
A D | pgtable_64.h | 503 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 270 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 238 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 269 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 269 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/nds32/include/asm/ |
A D | pgtable.h | 263 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 456 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 354 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 300 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 311 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/x86/include/asm/ |
A D | pgtable.h | 315 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 657 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|