Lines Matching defs:pte
232 #define pte_unmap(pte) do { } while (0) argument
233 #define pte_unmap_nested(pte) do { } while (0) argument
270 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) argument
286 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) argument
287 #define pte_write(pte) (pte_val(pte) & _PAGE_WRITE) argument
288 #define pte_dirty(pte) (pte_val(pte) & _PAGE_MODIFIED) argument
289 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) argument
290 #define pte_special(pte) (0) argument
304 static inline pte_t pte_mkspecial(pte_t pte) { return pte; } in pte_mkspecial()
306 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
367 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) argument