Home
last modified time | relevance | path

Searched defs:pte_wrprotect (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h90 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
95 #define pte_wrprotect pte_wrprotect macro
H A Dpgtable.h192 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h309 static inline pte_t pte_wrprotect(pte_t pte) function
373 static inline pte_t pte_wrprotect(pte_t pte) function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h135 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h162 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect() function
H A Dmotorola_pgtable.h178 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
H A Dmcf_pgtable.h238 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h319 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h181 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h239 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h118 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h272 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h270 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h239 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h244 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
H A Dpgtable_64.h507 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h263 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h248 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h418 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h313 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h356 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h306 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h199 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h636 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function

12