Exemplo n.º 1
0
        public NvGpuVmm(MemoryManager memory)
        {
            Memory = memory;

            _cache = new NvGpuVmmCache(memory);

            _pageTable = new long[PtLvl0Size][];
        }
Exemplo n.º 2
0
        public NvGpuVmm(MemoryManager Memory)
        {
            this.Memory = Memory;

            Cache = new NvGpuVmmCache();

            PageTable = new long[PTLvl0Size][];
        }