Searched refs:mfence (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_migrate.c | 127 struct dma_fence **mfence) in svm_migrate_copy_memory_gart() argument 162 dma_fence_put(*mfence); in svm_migrate_copy_memory_gart() 163 *mfence = next; in svm_migrate_copy_memory_gart() 197 if (mfence) { in svm_migrate_copy_done() 199 dma_fence_put(mfence); in svm_migrate_copy_done() 325 mfence); in svm_migrate_copy_to_vram() 343 mfence); in svm_migrate_copy_to_vram() 354 FROM_RAM_TO_VRAM, mfence); in svm_migrate_copy_to_vram() 612 mfence); in svm_migrate_copy_to_ram() 624 mfence); in svm_migrate_copy_to_ram() [all …]
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 2292 struct invalidation_fence *ifence = NULL, *mfence = NULL; in xe_pt_update_ops_run() local 2330 mfence = kzalloc(sizeof(*ifence), GFP_KERNEL); in xe_pt_update_ops_run() 2331 if (!mfence) { in xe_pt_update_ops_run() 2377 if (mfence) in xe_pt_update_ops_run() 2382 if (mfence) { in xe_pt_update_ops_run() 2383 invalidation_fence_init(tile->media_gt, mfence, fence, in xe_pt_update_ops_run() 2387 fences[1] = &mfence->base.base; in xe_pt_update_ops_run() 2398 if (!mfence) { in xe_pt_update_ops_run() 2412 dma_resv_add_fence(xe_vm_resv(vm), &mfence->base.base, in xe_pt_update_ops_run() 2419 &ifence->base.base, &mfence->base.base); in xe_pt_update_ops_run() [all …]
|
| /linux-6.15/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1262 6: XSAVEOPT | clwb (66) | mfence (11B) | TPAUSE Rd (66),(11B) | UMONITOR Rv (F3),(11B) | UMWAIT Rd …
|
| /linux-6.15/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1262 6: XSAVEOPT | clwb (66) | mfence (11B) | TPAUSE Rd (66),(11B) | UMONITOR Rv (F3),(11B) | UMWAIT Rd …
|