Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1422 …lect(x => new HostMemoryBlock { Start = x.StartingOffset, Size = x.Size, HostPointer = x.Pointer }) in RebuildMemoryMappings()
1423 .OrderBy(x => x.HostPointer.ToInt64()).ToArray(); in RebuildMemoryMappings()
1427 …BlitArray(blockBuffer, hostBlocks.OrderBy(x => x.HostPointer.ToInt64()).Cast<dynamic>().ToArray()); in RebuildMemoryMappings()
1754 public IntPtr HostPointer; field