Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/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-6.15/arch/um/kernel/
H A Dtlb.c69 r = pte_read(*pte); in update_pte_range()
/linux-6.15/arch/hexagon/include/asm/
H A Dpgtable.h317 static inline int pte_read(pte_t pte) in pte_read() function
/linux-6.15/arch/m68k/include/asm/
H A Dmcf_pgtable.h158 static inline int pte_read(pte_t pte) in pte_read() function
/linux-6.15/arch/csky/include/asm/
H A Dpgtable.h141 static inline int pte_read(pte_t pte) in pte_read() function
/linux-6.15/arch/um/include/asm/
H A Dpgtable.h120 static inline int pte_read(pte_t pte) in pte_read() function
/linux-6.15/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
/linux-6.15/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
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h395 static inline int pte_read(pte_t pte) in pte_read() function
534 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c3279 pte_read(entry) ? "Read " : "", in format_pte()