Home
last modified time | relevance | path

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

12

/Linux-v6.1/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h90 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
95 #define pte_wrprotect pte_wrprotect macro
Dpgtable.h191 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/mips/include/asm/
Dpgtable.h285 static inline pte_t pte_wrprotect(pte_t pte) function
349 static inline pte_t pte_wrprotect(pte_t pte) function
/Linux-v6.1/arch/nios2/include/asm/
Dpgtable.h114 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/m68k/include/asm/
Dsun3_pgtable.h140 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect() function
Dmotorola_pgtable.h152 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
Dmcf_pgtable.h181 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/hexagon/include/asm/
Dpgtable.h293 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/csky/include/asm/
Dpgtable.h161 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/um/include/asm/
Dpgtable.h178 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/powerpc/include/asm/nohash/64/
Dpgtable.h103 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/arm/include/asm/
Dpgtable.h225 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/sparc/include/asm/
Dpgtable_32.h229 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
Dpgtable_64.h484 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/openrisc/include/asm/
Dpgtable.h220 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/alpha/include/asm/
Dpgtable.h253 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
/Linux-v6.1/arch/microblaze/include/asm/
Dpgtable.h253 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
/Linux-v6.1/arch/xtensa/include/asm/
Dpgtable.h251 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h444 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/loongarch/include/asm/
Dpgtable.h366 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/parisc/include/asm/
Dpgtable.h343 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function
/Linux-v6.1/arch/ia64/include/asm/
Dpgtable.h283 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro
/Linux-v6.1/arch/riscv/include/asm/
Dpgtable.h334 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/arm64/include/asm/
Dpgtable.h208 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
/Linux-v6.1/arch/x86/include/asm/
Dpgtable.h319 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function

12