Home
last modified time | relevance | path

Searched refs:gpuvm_base (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_flat_memory.c330 pdd->gpuvm_base = SVM_USER_BASE; in kfd_init_apertures_vi()
337 pdd->gpuvm_base = MAKE_GPUVM_APP_BASE_VI(id + 1); in kfd_init_apertures_vi()
338 pdd->gpuvm_limit = MAKE_GPUVM_APP_LIMIT(pdd->gpuvm_base, in kfd_init_apertures_vi()
357 pdd->gpuvm_base = SVM_USER_BASE; in kfd_init_apertures_v9()
395 pdd->gpuvm_base = pdd->gpuvm_limit = 0; in kfd_init_apertures()
433 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base); in kfd_init_apertures()
Dkfd_chardev.c648 pAperture->gpuvm_base = pdd->gpuvm_base; in kfd_ioctl_get_process_apertures()
662 "gpuvm_base %llX\n", pdd->gpuvm_base); in kfd_ioctl_get_process_apertures()
721 pa[i].gpuvm_base = pdd->gpuvm_base; in kfd_ioctl_get_process_apertures_new()
733 "gpuvm_base %llX\n", pdd->gpuvm_base); in kfd_ioctl_get_process_apertures_new()
1655 if ((uint64_t)kgd_mem->va > pdd->gpuvm_base) in get_process_num_bos()
1728 if ((uint64_t)kgd_mem->va <= pdd->gpuvm_base) in criu_checkpoint_bos()
Dkfd_priv.h708 uint64_t gpuvm_base; member
/linux-5.19.10/include/uapi/linux/
Dkfd_ioctl.h139 __u64 gpuvm_base; /* from KFD */ member