Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCpuBitness.cs19 public static ulong GetMaxAddress(this CpuBitness @this) in GetMaxAddress() method in Antmicro.Renode.Peripherals.CPU.CpuBitnessExtensions
DTranslationCPU.cs381 …(segment.StartingOffset > bitness.GetMaxAddress() || segment.StartingOffset + segment.Size - 1 > b… in MapMemory()