Lines Matching defs:amdgpu_vm
255 struct amdgpu_vm { struct
257 struct rb_root_cached va;
262 struct mutex eviction_lock;
263 bool evicting;
264 unsigned int saved_flags;
267 spinlock_t status_lock;
270 struct list_head evicted;
295 struct amdgpu_vm_bo_base root; argument
319 const struct amdgpu_vm_update_funcs *update_funcs; argument
322 bool pte_support_ats;
348 struct amdgpu_vm_manager { argument