/linux-6.3-rc2/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 | 191 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 285 static inline pte_t pte_wrprotect(pte_t pte) function 349 static inline pte_t pte_wrprotect(pte_t pte) function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 143 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 | 155 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 | 184 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 114 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 161 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 296 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 181 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 103 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 225 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 229 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
A D | pgtable_64.h | 487 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 223 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
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-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 255 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 256 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 471 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 401 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 270 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 331 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 334 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 578 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 292 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|