Lines Matching refs:vm_mm
1080 if (mm_has_pgste(vma->vm_mm)) { in ptep_test_and_clear_young()
1082 pgste = pgste_ipte_notify(vma->vm_mm, addr, ptep, pgste); in ptep_test_and_clear_young()
1086 ptep_flush_direct(vma->vm_mm, addr, ptep); in ptep_test_and_clear_young()
1090 if (mm_has_pgste(vma->vm_mm)) { in ptep_test_and_clear_young()
1091 pgste = pgste_update_all(&oldpte, pgste, vma->vm_mm); in ptep_test_and_clear_young()
1188 if (mm_has_pgste(vma->vm_mm)) { in ptep_clear_flush()
1190 pgste = pgste_ipte_notify(vma->vm_mm, address, ptep, pgste); in ptep_clear_flush()
1194 ptep_flush_direct(vma->vm_mm, address, ptep); in ptep_clear_flush()
1197 if (mm_has_pgste(vma->vm_mm)) { in ptep_clear_flush()
1201 pgste = pgste_update_all(&pte, pgste, vma->vm_mm); in ptep_clear_flush()
1275 if (mm_has_pgste(vma->vm_mm)) { in ptep_set_access_flags()
1277 pgste = pgste_ipte_notify(vma->vm_mm, address, ptep, pgste); in ptep_set_access_flags()
1280 ptep_flush_direct(vma->vm_mm, address, ptep); in ptep_set_access_flags()
1282 if (mm_has_pgste(vma->vm_mm)) { in ptep_set_access_flags()
1284 pgste_set_key(ptep, pgste, entry, vma->vm_mm); in ptep_set_access_flags()
1563 pmdp_flush_direct(vma->vm_mm, address, pmdp); in pmdp_test_and_clear_young()
1596 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush()
1603 pmdp_flush_direct(vma->vm_mm, address, pmdp); in pmdp_invalidate()
1622 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()