Home
last modified time | relevance | path

Searched refs:pte_read (Results 1 – 4 of 4) 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.h225 #ifndef pte_read
226 static inline bool pte_read(pte_t pte) in pte_read() function
243 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h385 static inline bool pte_read(pte_t pte) in pte_read() function
432 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h152 static inline int pte_read(pte_t pte) in pte_read() function