Lines Matching refs:pte
43 pte_t pte = *ptep; in ptep_test_and_clear_young() local
45 if (!pte_young(pte)) in ptep_test_and_clear_young()
48 set_pte_at(vma->vm_mm, address, ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
93 pte_t pte = *ptep; in ptep_get_and_clear() local
95 return pte; in ptep_get_and_clear()
128 pte_t pte; in ptep_get_and_clear_full() local
129 pte = ptep_get_and_clear(mm, address, ptep); in ptep_get_and_clear_full()
130 return pte; in ptep_get_and_clear_full()
220 static inline int pte_unused(pte_t pte) in pte_unused() argument
246 #define move_pte(pte, prot, old_addr, new_addr) (pte) argument
250 # define pte_accessible(mm, pte) ((void)(pte), 1) argument
364 pte_t *ptep, pte_t pte) in __ptep_modify_prot_commit() argument
370 set_pte_at(mm, addr, ptep, pte); in __ptep_modify_prot_commit()
401 pte_t *ptep, pte_t pte) in ptep_modify_prot_commit() argument
403 __ptep_modify_prot_commit(mm, addr, ptep, pte); in ptep_modify_prot_commit()
445 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() argument
455 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty() argument
457 return pte; in pte_mksoft_dirty()
465 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty() argument
467 return pte; in pte_swp_mksoft_dirty()
470 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty() argument
475 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() argument
477 return pte; in pte_swp_clear_soft_dirty()
687 static inline int pte_protnone(pte_t pte) in pte_protnone() argument