Home
last modified time | relevance | path

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

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