Lines Matching full:moved
182 vm_bo->moved = true; in amdgpu_vm_bo_evicted()
191 * amdgpu_vm_bo_moved - vm_bo is moved
193 * @vm_bo: vm_bo which is moved
195 * State for per VM BOs which are moved, but that change is not yet reflected
201 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved()
218 vm_bo->moved = false; in amdgpu_vm_bo_idle()
284 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
288 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
290 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_reset_state_machine()
797 /* vm_flush_needed after updating moved PDEs */ in amdgpu_vm_update_pdes()
798 flush_tlb_needed |= entry->moved; in amdgpu_vm_update_pdes()
1046 list_for_each_entry_safe(bo_va, tmp, &vm->moved, base.vm_status) in amdgpu_vm_get_memory()
1130 if (!clear && bo_va->base.moved) { in amdgpu_vm_bo_update()
1181 bo_va->base.moved = false; in amdgpu_vm_bo_update()
1373 * amdgpu_vm_handle_moved - handle moved BOs in the PT
1379 * Make sure all BOs which are moved are updated in the PTs.
1396 while (!list_empty(&vm->moved)) { in amdgpu_vm_handle_moved()
1397 bo_va = list_first_entry(&vm->moved, struct amdgpu_bo_va, in amdgpu_vm_handle_moved()
1556 !bo_va->base.moved) { in amdgpu_vm_bo_insert_map()
1838 !before->bo_va->base.moved) in amdgpu_vm_bo_clear_mappings()
1853 !after->bo_va->base.moved) in amdgpu_vm_bo_clear_mappings()
2031 if (bo_base->moved) in amdgpu_vm_bo_invalidate()
2033 bo_base->moved = true; in amdgpu_vm_bo_invalidate()
2200 INIT_LIST_HEAD(&vm->moved); in amdgpu_vm_init()
2755 list_for_each_entry_safe(bo_va, tmp, &vm->moved, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
2787 seq_printf(m, "\tTotal moved size: %12lld\tobjs:\t%d\n", total_moved, in amdgpu_debugfs_vm_bo_info()