Lines Matching refs:vm_mm
1018 if (mm_has_pgste(vma->vm_mm)) { in ptep_test_and_clear_young()
1020 pgste = pgste_ipte_notify(vma->vm_mm, addr, ptep, pgste); in ptep_test_and_clear_young()
1024 ptep_flush_direct(vma->vm_mm, addr, ptep); in ptep_test_and_clear_young()
1028 if (mm_has_pgste(vma->vm_mm)) { in ptep_test_and_clear_young()
1029 pgste = pgste_update_all(&oldpte, pgste, vma->vm_mm); in ptep_test_and_clear_young()
1126 if (mm_has_pgste(vma->vm_mm)) { in ptep_clear_flush()
1128 pgste = pgste_ipte_notify(vma->vm_mm, address, ptep, pgste); in ptep_clear_flush()
1132 ptep_flush_direct(vma->vm_mm, address, ptep); in ptep_clear_flush()
1135 if (mm_has_pgste(vma->vm_mm)) { in ptep_clear_flush()
1139 pgste = pgste_update_all(&pte, pgste, vma->vm_mm); in ptep_clear_flush()
1211 if (mm_has_pgste(vma->vm_mm)) { in ptep_set_access_flags()
1213 pgste = pgste_ipte_notify(vma->vm_mm, address, ptep, pgste); in ptep_set_access_flags()
1216 ptep_flush_direct(vma->vm_mm, address, ptep); in ptep_set_access_flags()
1218 if (mm_has_pgste(vma->vm_mm)) { in ptep_set_access_flags()
1219 pgste_set_key(ptep, pgste, entry, vma->vm_mm); in ptep_set_access_flags()
1496 pmdp_flush_direct(vma->vm_mm, address, pmdp); in pmdp_test_and_clear_young()
1529 return pmdp_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_clear_flush()
1536 pmdp_flush_direct(vma->vm_mm, address, pmdp); in pmdp_invalidate()