Home
last modified time | relevance | path

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

/arch/tile/mm/
Dhighmem.c112 if (!pte_read(pteval)) in kmap_atomic_register()
Dfault.c249 if (pte_read(pteval)) in handle_migrating_pte()
/arch/um/kernel/
Dtlb.c205 r = pte_read(*pte); in update_pte_range()
419 r = pte_read(*pte); in flush_tlb_page()
/arch/arc/include/asm/
Dpgtable.h295 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) macro
/arch/hexagon/include/asm/
Dpgtable.h384 static inline int pte_read(pte_t pte) in pte_read() function
/arch/um/include/asm/
Dpgtable.h132 static inline int pte_read(pte_t pte) in pte_read() function
/arch/m68k/include/asm/
Dmcf_pgtable.h220 static inline int pte_read(pte_t pte) in pte_read() function
/arch/openrisc/include/asm/
Dpgtable.h237 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
/arch/tile/include/asm/
Dpgtable.h196 #define pte_read hv_pte_get_readable macro
/arch/microblaze/include/asm/
Dpgtable.h332 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
/arch/mn10300/include/asm/
Dpgtable.h239 static inline int pte_read(pte_t pte) { return pte_val(pte) & __PAGE_PROT_USER; } in pte_read() function