Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/hwpm/profiler_v2/
H A Dkern_profiler_v2.c264 portMemFree(pProf->pBindPointAllocated); in profilerBaseDestructState_VF()
336 NvBool *pBindPointAllocated = NULL; in _profilerDevConstructVgpuGuest() local
347 pBindPointAllocated = portMemAllocNonPaged(sizeof(NvBool) * pGpu->pKernelHwpm->maxPmaChannels); in _profilerDevConstructVgpuGuest()
348 if (pBindPointAllocated == NULL) in _profilerDevConstructVgpuGuest()
354 portMemSet(pBindPointAllocated, NV_FALSE, sizeof(NvBool) * pGpu->pKernelHwpm->maxPmaChannels); in _profilerDevConstructVgpuGuest()
357 pProfBase->pBindPointAllocated = pBindPointAllocated; in _profilerDevConstructVgpuGuest()
/open-nvidia-gpu/src/nvidia/generated/
H A Dg_profiler_v2_nvoc.h141 NvBool *pBindPointAllocated; member