Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mem_mgr/
H A Dmem_mgr.c3138 NvU32 blRegionCount = 0; in memmgrPmaRegisterRegions_IMPL() local
3209 blRegionCount = 0; in memmgrPmaRegisterRegions_IMPL()
3220 … pBlacklistPages[blRegionCount].physOffset = pHeap->blackListAddresses.data[blPageIndex].address; in memmgrPmaRegisterRegions_IMPL()
3222 pBlacklistPages[blRegionCount].bIsDynamic = in memmgrPmaRegisterRegions_IMPL()
3228 blRegionCount++; in memmgrPmaRegisterRegions_IMPL()
3245 &pmaRegion, blRegionCount, in memmgrPmaRegisterRegions_IMPL()
3246 ((blRegionCount==0) ? NULL : pBlacklistPages)); in memmgrPmaRegisterRegions_IMPL()