Searched refs:HostMemoryBlock (Results 1 – 1 of 1) sorted by relevance
1422 ….Select(x => new HostMemoryBlock { Start = x.StartingOffset, Size = x.Size, HostPointer = x.Pointe… in RebuildMemoryMappings()1426 …lockBuffer = memoryManager.Allocate(new IntPtr(Marshal.SizeOf(typeof(HostMemoryBlock)) * hostBlock… in RebuildMemoryMappings()1750 private struct HostMemoryBlock struct in Antmicro.Renode.Peripherals.CPU.TranslationCPU