Home
last modified time | relevance | path

Searched defs:pte_read (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h48 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h340 static inline int pte_read(pte_t pte) in pte_read() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h161 static inline int pte_read(pte_t pte) in pte_read() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmcf_pgtable.h213 static inline int pte_read(pte_t pte) in pte_read() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h133 static inline int pte_read(pte_t pte) in pte_read() function
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h280 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h233 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h240 #define pte_read(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h353 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h302 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h429 static inline int pte_read(pte_t pte) in pte_read() function