Home
last modified time | relevance | path

Searched defs:pte_write (Results 26 - 50 of 57) sorted by relevance

123

/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_32.h212 static inline int pte_write(pte_t pte) in pte_write() function
H A Dpgtable_64.h379 static inline unsigned long pte_write(pte_t pte) in pte_write() function
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dpgtable.h131 static inline int pte_write(pte_t pte) in pte_write() function
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpgtable.h266 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITABLE; } in pte_write() function
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpgtable.h303 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_RW; } in pte_write() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable.h305 static inline int pte_write(pte_t pte) { return pte.pte_low & _PAGE_WRITE; } function
369 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } function
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h239 #define pte_write(pte) ((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_URW_KRW) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h352 static inline int pte_write(pte_t pte) { return !!(pte_val(pte) & _PAGE_RW);} in pte_write() function
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dpgtable.h234 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write() function
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable.h237 static inline int pte_write(pte_t pte) in pte_write() function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtable_32.h229 static inline int pte_write(pte_t pte) in pte_write() function
H A Dpgtable_64.h625 static inline unsigned long pte_write(pte_t pte) in pte_write() function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dpgtable.h270 extern inline int pte_write(pte_t pte) { return !(pte_val(pte) & _PAGE_FOW); } in pte_write() function
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dpgtable.h373 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write() function
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpgtable.h246 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_RW; } in pte_write() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h405 static inline int pte_write(pte_t pte) { return !!(pte_val(pte) & _PAGE_RW);} in pte_write() function
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dpgtable.h252 extern inline int pte_write(pte_t pte) { return !(pte_val(pte) & _PAGE_FOW); } in pte_write() function
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dpgtable.h218 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write() function
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dpgtable.h251 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITABLE; } in pte_write() function
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h297 #define pte_write(pte) ((unsigned) (((pte_val(pte) & _PAGE_AR_MASK) >> _PAGE_AR_SHIFT) - 2) <= 4) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable.h100 #define pte_write(pte) (!!(pte_val(pte) & PTE_WRITE)) macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpgtable.h352 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write() function
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h262 #define pte_write(pte) ((unsigned) (((pte_val(pte) & _PAGE_AR_MASK) >> _PAGE_AR_SHIFT) - 2) <= 4) macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpgtable.h317 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write() function
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable.h360 static inline int pte_write(pte_t pte) in pte_write() function

Completed in 28 milliseconds

123