Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h94 static inline int pte_read(pte_t pte) in pte_read() function
99 #define pte_read pte_read macro
/arch/powerpc/include/asm/nohash/
Dpgtable.h49 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
/arch/hexagon/include/asm/
Dpgtable.h370 static inline int pte_read(pte_t pte) in pte_read() function
/arch/csky/include/asm/
Dpgtable.h173 static inline int pte_read(pte_t pte) in pte_read() function
/arch/arc/include/asm/
Dpgtable.h295 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) macro
/arch/um/include/asm/
Dpgtable.h130 static inline int pte_read(pte_t pte) in pte_read() function
/arch/m68k/include/asm/
Dmcf_pgtable.h221 static inline int pte_read(pte_t pte) in pte_read() function
/arch/openrisc/include/asm/
Dpgtable.h234 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
/arch/nds32/include/asm/
Dpgtable.h251 #define pte_read(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \ macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h385 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
/arch/microblaze/include/asm/
Dpgtable.h332 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h421 static inline int pte_read(pte_t pte) in pte_read() function