Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mem_sys/
H A Dkern_mem_sys_ctrl.c142 NvU64 bytesTotal; in _kmemsysGetFbInfos() local
329 NV_ASSERT(NvU64_HI32(bytesTotal >> 10) == 0); in _kmemsysGetFbInfos()
330 heapSizeKb = NvU64_LO32(bytesTotal >> 10); in _kmemsysGetFbInfos()
369 heapSizeKb = NvU64_LO32(bytesTotal >> 10); in _kmemsysGetFbInfos()
405 heapSizeKb = NvU64_LO32(bytesTotal >> 10); in _kmemsysGetFbInfos()
429 NV_ASSERT(NvU64_HI32(bytesTotal >> 10) == 0); in _kmemsysGetFbInfos()
430 data = NvU64_LO32(bytesTotal >> 10); in _kmemsysGetFbInfos()
605 NV_ASSERT(NvU64_HI32(bytesTotal >> 10) == 0); in _kmemsysGetFbInfos()
606 heapSizeKb = NvU64_LO32(bytesTotal >> 10); in _kmemsysGetFbInfos()
641 data = NvU64_LO32(bytesTotal >> 10); in _kmemsysGetFbInfos()
[all …]
/open-nvidia-gpu/src/common/sdk/nvidia/inc/ctrl/
H A Dctrl90f1.h384 NV_DECLARE_ALIGNED(NvU64 bytesTotal, 8);
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mem_mgr/
H A Dmem_mgr.c2150 NvU64 bytesTotal; in memmgrSetPartitionableMem_IMPL() local
2152 NV_ASSERT_OK_OR_RETURN(heapInfo(pHeap, &freeMem, &bytesTotal, &base, in memmgrSetPartitionableMem_IMPL()
2946 NvU64 bytesTotal = 0; in _memmgrInitRUSDHeapSize() local
2952 pmaGetTotalMemory(pPma, &bytesTotal); in _memmgrInitRUSDHeapSize()
2953 bytesTotal -= ((NvU64)pKernelMemorySystem->fbOverrideStartKb << 10); in _memmgrInitRUSDHeapSize()
2956 pSharedData->totalPmaMemory = bytesTotal; in _memmgrInitRUSDHeapSize()
3510 NvU64 bytesTotal; in memmgrDiscoverMIGPartitionableMemoryRange_VF() local
3513 NV_ASSERT_OK_OR_RETURN(heapInfo(pHeap, &freeMem, &bytesTotal, &base, in memmgrDiscoverMIGPartitionableMemoryRange_VF()
H A Dheap.c2603 NvU64 *bytesTotal, in heapInfo_IMPL() argument
2612 *bytesTotal = pHeap->total - pHeap->reserved; in heapInfo_IMPL()
2624 NvU64 *bytesTotal in heapInfoTypeAllocBlocks_IMPL() argument
2666 *bytesTotal = total; in heapInfoTypeAllocBlocks_IMPL()