Home
last modified time | relevance | path

Searched refs:pte_read (Results 1 – 12 of 12) 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.h28 #ifndef pte_read
29 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
88 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/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
444 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/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/kernel/
H A Dtlb.c226 r = pte_read(*pte); in update_pte_range()
487 r = pte_read(*pte); in flush_tlb_page()
/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/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/64/
H A Dpgtable.h384 static inline int pte_read(pte_t pte) in pte_read() function
523 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3298 pte_read(entry) ? "Read " : "", in format_pte()