/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 319 static inline pte_t pte_wrprotect(pte_t pte) function 383 static inline pte_t pte_wrprotect(pte_t pte) function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 80 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 141 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 265 static inline pte_t pte_wrprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_WRITE)); r… in pte_wrprotect() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 362 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 172 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 | 173 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
D | mcf_pgtable.h | 251 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 198 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 352 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 222 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 231 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
D | pgtable_64.h | 537 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 273 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 281 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 246 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 274 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 276 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 345 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 307 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 365 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 151 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 307 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 642 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 895 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|