Lines Matching refs:alloc_flags
1932 bo_bucket->alloc_flags = (uint32_t)kgd_mem->alloc_flags; in criu_checkpoint_bos()
1935 if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_USERPTR) { in criu_checkpoint_bos()
1943 if (bo_bucket->alloc_flags in criu_checkpoint_bos()
1946 bo_bucket->alloc_flags & in criu_checkpoint_bos()
1955 if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_DOORBELL) in criu_checkpoint_bos()
1958 else if (bo_bucket->alloc_flags & in criu_checkpoint_bos()
1976 bo_bucket->alloc_flags, in criu_checkpoint_bos()
2000 if (bo_buckets[bo_index].alloc_flags in criu_checkpoint_bos()
2295 if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_DOORBELL) { in criu_restore_memory_of_gpu()
2303 } else if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_MMIO_REMAP) { in criu_restore_memory_of_gpu()
2314 } else if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_USERPTR) { in criu_restore_memory_of_gpu()
2320 &offset, bo_bucket->alloc_flags, criu_resume); in criu_restore_memory_of_gpu()
2340 if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_DOORBELL) in criu_restore_memory_of_gpu()
2342 if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_MMIO_REMAP) { in criu_restore_memory_of_gpu()
2344 } else if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_GTT) { in criu_restore_memory_of_gpu()
2346 } else if (bo_bucket->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_VRAM) { in criu_restore_memory_of_gpu()
2364 bo_bucket->size, bo_bucket->addr, bo_bucket->gpu_id, bo_bucket->alloc_flags, in criu_restore_bo()
2405 if (bo_bucket->alloc_flags in criu_restore_bo()
2479 if (bo_buckets[i].alloc_flags in criu_restore_bos()