Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/generated/
H A Dg_mem_mgr_nvoc.h2528 static inline NV_STATUS memmgrSetPlatformPmaSupport(OBJGPU *pGpu, struct MemoryManager *pMemoryMana… in memmgrSetPlatformPmaSupport() function
2533 #define memmgrSetPlatformPmaSupport(pGpu, pMemoryManager) memmgrSetPlatformPmaSupport_IMPL(pGpu, pM… macro
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mem_mgr/
H A Dmem_mgr.c3109 NV_ASSERT_OK_OR_RETURN(memmgrSetPlatformPmaSupport(pGpu, pMemoryManager)); in memmgrInitFbRegions_IMPL()