Searched refs:sync_cpu_device_pagetables (Results 1 – 5 of 5) sorted by relevance
298 .sync_cpu_device_pagetables = amdgpu_mn_sync_pagetables_gfx,302 .sync_cpu_device_pagetables = amdgpu_mn_sync_pagetables_hsa,
350 int (*sync_cpu_device_pagetables)( member
170 /* sync_cpu_device_pagetables() - synchronize page tables186 int (*sync_cpu_device_pagetables)(struct hmm_mirror *mirror,210 Locking within the sync_cpu_device_pagetables() callback is the most important266 sync_cpu_device_pagetables() callback. That lock must be held before calling
287 .sync_cpu_device_pagetables = nouveau_svmm_sync_cpu_device_pagetables,
126 rc = mirror->ops->sync_cpu_device_pagetables(mirror, nrange); in hmm_invalidate_range_start()