Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h94 static inline int pte_read(pte_t pte) in pte_read() function
99 #define pte_read pte_read macro
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h219 #ifndef pte_read
220 static inline bool pte_read(pte_t pte) in pte_read() function
237 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h384 static inline bool pte_read(pte_t pte) in pte_read() function
431 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
/linux/arch/hexagon/include/asm/
H A Dpgtable.h314 static inline int pte_read(pte_t pte) in pte_read() function
/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h152 static inline int pte_read(pte_t pte) in pte_read() function
/linux/arch/um/kernel/
H A Dtlb.c69 r = pte_read(*pte); in update_pte_range()
/linux/arch/csky/include/asm/
H A Dpgtable.h141 static inline int pte_read(pte_t pte) in pte_read() function
/linux/arch/um/include/asm/
H A Dpgtable.h122 static inline int pte_read(pte_t pte) in pte_read() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h200 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h244 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h394 static inline int pte_read(pte_t pte) in pte_read() function
533 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()