Searched refs:dst_pfns (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/mm/ |
| H A D | migrate_device.c | 703 unsigned long *dst_pfns, unsigned long npages, in __migrate_device_pages() argument 711 struct page *newpage = migrate_pfn_to_page(dst_pfns[i]); in __migrate_device_pages() 800 void migrate_device_pages(unsigned long *src_pfns, unsigned long *dst_pfns, in migrate_device_pages() argument 803 __migrate_device_pages(src_pfns, dst_pfns, npages, NULL); in migrate_device_pages() 822 unsigned long *dst_pfns, in __migrate_device_finalize() argument 832 struct page *newpage = migrate_pfn_to_page(dst_pfns[i]); in __migrate_device_finalize() 884 unsigned long *dst_pfns, unsigned long npages) in migrate_device_finalize() argument 886 return __migrate_device_finalize(src_pfns, dst_pfns, npages, NULL); in migrate_device_finalize()
|
| /linux-6.15/lib/ |
| H A D | test_hmm.c | 883 unsigned long dst_pfns[64] = { 0 }; in dmirror_migrate_to_system() local 911 args.dst = dst_pfns; in dmirror_migrate_to_system() 943 unsigned long dst_pfns[64] = { 0 }; in dmirror_migrate_to_device() local 971 args.dst = dst_pfns; in dmirror_migrate_to_device() 1202 unsigned long *dst_pfns; in dmirror_device_evict_chunk() local 1205 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in dmirror_device_evict_chunk() 1222 dst_pfns[i] = migrate_pfn(page_to_pfn(dpage)); in dmirror_device_evict_chunk() 1224 dst_pfns[i] |= MIGRATE_PFN_WRITE; in dmirror_device_evict_chunk() 1229 kvfree(dst_pfns); in dmirror_device_evict_chunk() 1401 unsigned long dst_pfns = 0; in dmirror_devmem_fault() local [all …]
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dmem.c | 378 unsigned long *src_pfns, *dst_pfns; in nouveau_dmem_evict_chunk() local 383 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk() 399 dst_pfns[i] = migrate_pfn(page_to_pfn(dpage)); in nouveau_dmem_evict_chunk() 407 migrate_device_pages(src_pfns, dst_pfns, npages); in nouveau_dmem_evict_chunk() 409 migrate_device_finalize(src_pfns, dst_pfns, npages); in nouveau_dmem_evict_chunk() 411 kvfree(dst_pfns); in nouveau_dmem_evict_chunk()
|
| /linux-6.15/include/linux/ |
| H A D | migrate.h | 231 void migrate_device_pages(unsigned long *src_pfns, unsigned long *dst_pfns, 234 unsigned long *dst_pfns, unsigned long npages);
|