/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable.h | 81 static inline pte_t pte_wrprotect(pte_t pte) { in pte_wrprotect() function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 289 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 338 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 140 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 119 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 363 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 171 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 | 172 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
D | mcf_pgtable.h | 250 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/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-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 130 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= (~_PAGE_WRITE); return pte; } in pte_wrprotect() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 223 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 198 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 210 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 267 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 230 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
D | pgtable_64.h | 490 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 272 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 245 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 265 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 207 #define pte_wrprotect hv_pte_clear_writable macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 343 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 254 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 382 static inline pte_t pte_wrprotect(pte_t pte) { (pte).pte |= _PAGE_WP; return pte; } in pte_wrprotect() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 306 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 364 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 184 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 208 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 917 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|