Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h97 static inline int pte_read(pte_t pte) in pte_read() function
102 #define pte_read pte_read macro
/arch/powerpc/include/asm/nohash/
Dpgtable.h29 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
/arch/csky/include/asm/
Dpgtable.h141 static inline int pte_read(pte_t pte) in pte_read() function
/arch/hexagon/include/asm/
Dpgtable.h317 static inline int pte_read(pte_t pte) in pte_read() function
/arch/m68k/include/asm/
Dmcf_pgtable.h158 static inline int pte_read(pte_t pte) in pte_read() function
/arch/um/include/asm/
Dpgtable.h120 static inline int pte_read(pte_t pte) in pte_read() function
/arch/openrisc/include/asm/
Dpgtable.h217 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
/arch/microblaze/include/asm/
Dpgtable.h245 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h406 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h410 static inline int pte_read(pte_t pte) in pte_read() function