Home
last modified time | relevance | path

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

/arch/tile/mm/
Dhighmem.c112 if (!pte_read(pteval)) in kmap_atomic_register()
Dfault.c250 if (pte_read(pteval)) in handle_migrating_pte()
/arch/um/kernel/
Dtlb.c190 r = pte_read(*pte); in update_pte_range()
401 r = pte_read(*pte); in flush_tlb_page()
/arch/hexagon/include/asm/
Dpgtable.h391 static inline int pte_read(pte_t pte) in pte_read() function
/arch/um/include/asm/
Dpgtable.h139 static inline int pte_read(pte_t pte) in pte_read() function
/arch/tile/include/asm/
Dpgtable.h191 #define pte_read hv_pte_get_readable macro
/arch/m68k/include/asm/
Dmcf_pgtable.h221 static inline int pte_read(pte_t pte) in pte_read() function
/arch/openrisc/include/asm/
Dpgtable.h238 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
/arch/microblaze/include/asm/
Dpgtable.h344 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
/arch/mn10300/include/asm/
Dpgtable.h238 static inline int pte_read(pte_t pte) { return pte_val(pte) & __PAGE_PROT_USER; } in pte_read() function