Home
last modified time | relevance | path

Searched refs:migrate_to_ram (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/Documentation/gpu/rfc/
H A Dgpusvm.rst10 * migrate_to_ram path
18 in migrate_to_ram produced a stable livelock if enough threads read
40 * Races (especially against concurrent eviction or migrate_to_ram)
/linux-6.15/include/linux/
H A Dmemremap.h90 vm_fault_t (*migrate_to_ram)(struct vm_fault *vmf); member
/linux-6.15/mm/
H A Dmemremap.c311 if (!pgmap->ops || !pgmap->ops->migrate_to_ram) { in memremap_pages()
H A Dmemory.c4459 ret = pgmap->ops->migrate_to_ram(vmf); in do_swap_page()
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c224 .migrate_to_ram = nouveau_dmem_migrate_to_ram,
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c1038 .migrate_to_ram = kvmppc_uvmem_migrate_to_ram,
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_migrate.c1012 .migrate_to_ram = svm_migrate_to_ram,
/linux-6.15/lib/
H A Dtest_hmm.c1442 .migrate_to_ram = dmirror_devmem_fault,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_gpusvm.c2195 .migrate_to_ram = drm_gpusvm_migrate_to_ram,