Lines Matching refs:pte
53 pte_t pte = *ptep; in ptep_test_and_clear_young() local
55 if (!pte_young(pte)) in ptep_test_and_clear_young()
58 set_pte_at(vma->vm_mm, address, ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
116 pte_t pte = *ptep; in ptep_get_and_clear() local
118 return pte; in ptep_get_and_clear()
151 pte_t pte; in ptep_get_and_clear_full() local
152 pte = ptep_get_and_clear(mm, address, ptep); in ptep_get_and_clear_full()
153 return pte; in ptep_get_and_clear_full()
259 static inline int pte_unused(pte_t pte) in pte_unused() argument
285 #define move_pte(pte, prot, old_addr, new_addr) (pte) argument
289 # define pte_accessible(mm, pte) ((void)(pte), 1) argument
407 pte_t *ptep, pte_t pte) in __ptep_modify_prot_commit() argument
413 set_pte_at(mm, addr, ptep, pte); in __ptep_modify_prot_commit()
444 pte_t *ptep, pte_t pte) in ptep_modify_prot_commit() argument
446 __ptep_modify_prot_commit(mm, addr, ptep, pte); in ptep_modify_prot_commit()
488 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() argument
498 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty() argument
500 return pte; in pte_mksoft_dirty()
508 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() argument
510 return pte; in pte_clear_soft_dirty()
518 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty() argument
520 return pte; in pte_swp_mksoft_dirty()
523 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty() argument
528 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() argument
530 return pte; in pte_swp_clear_soft_dirty()
740 static inline int pte_protnone(pte_t pte) in pte_protnone() argument