Home
last modified time | relevance | path

Searched refs:pResourceAllocation (Results 1 – 2 of 2) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mig_mgr/
H A Dkernel_mig_manager.c1673 MIG_RESOURCE_ALLOCATION *pResourceAllocation; in kmigmgrSetStaticInfo_VF() local
3887 MIG_RESOURCE_ALLOCATION *pResourceAllocation in kmigmgrSwizzIdToResourceAllocation_IMPL() argument
3918 pResourceAllocation->gpcCount = 0; in kmigmgrSwizzIdToResourceAllocation_IMPL()
3923 pResourceAllocation->gpcIds[(pResourceAllocation->gpcCount)++] = gpcIdx; in kmigmgrSwizzIdToResourceAllocation_IMPL()
3927 pResourceAllocation->veidCount = info.veidCount; in kmigmgrSwizzIdToResourceAllocation_IMPL()
3928 pResourceAllocation->veidOffset = info.veidOffset; in kmigmgrSwizzIdToResourceAllocation_IMPL()
3937 kmigmgrGetLocalEngineMask(&pResourceAllocation->engines, &pResourceAllocation->localEngines); in kmigmgrSwizzIdToResourceAllocation_IMPL()
4620 …pComputeResourceAllocation->veidCount = (pResourceAllocation->veidCount / pResourceAllocation->gpc… in kmigmgrCreateComputeInstances_VF()
4671 MIG_RESOURCE_ALLOCATION *pResourceAllocation; in kmigmgrCreateComputeInstances_VF() local
4789 MIG_RESOURCE_ALLOCATION *pResourceAllocation; in kmigmgrCreateComputeInstances_FWCLIENT() local
[all …]
/open-nvidia-gpu/src/nvidia/src/kernel/rmapi/
H A Dnv_gpu_ops.c2120 MIG_RESOURCE_ALLOCATION *pResourceAllocation = &pKernelMIGGpuInstance->resourceAllocation; in getAddressSpaceInfo() local
2122 vaSpaceInfo->maxSubctxCount = pResourceAllocation->veidCount; in getAddressSpaceInfo()
2123 vaSpaceInfo->smcGpcCount = pResourceAllocation->gpcCount; in getAddressSpaceInfo()