Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mig_mgr/
H A Dkernel_mig_manager.c3891 NvU32 tempGpcMask; in kmigmgrSwizzIdToResourceAllocation_IMPL() local
3919 tempGpcMask = info.gpcMask; in kmigmgrSwizzIdToResourceAllocation_IMPL()
3920 while (tempGpcMask != 0x0) in kmigmgrSwizzIdToResourceAllocation_IMPL()
3922 NvU32 gpcIdx = portUtilCountTrailingZeros32(tempGpcMask); in kmigmgrSwizzIdToResourceAllocation_IMPL()
3924 tempGpcMask &= ~(NVBIT32(gpcIdx)); in kmigmgrSwizzIdToResourceAllocation_IMPL()
4793 NvU32 tempGpcMask; in kmigmgrCreateComputeInstances_FWCLIENT() local
4852 tempGpcMask = info.gpcMask; in kmigmgrCreateComputeInstances_FWCLIENT()
4853 while (tempGpcMask != 0x0) in kmigmgrCreateComputeInstances_FWCLIENT()
4855 NvU32 gpcIdx = portUtilCountTrailingZeros32(tempGpcMask); in kmigmgrCreateComputeInstances_FWCLIENT()
4857 tempGpcMask &= ~(NVBIT32(gpcIdx)); in kmigmgrCreateComputeInstances_FWCLIENT()