Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DELFExtensions.cs44 public static ulong GetSegmentAddress(this ISegment segment) in GetSegmentAddress()
58 public static ulong GetSegmentPhysicalAddress(this ISegment segment) in GetSegmentPhysicalAddress()
72 public static ulong GetSegmentSize(this ISegment segment) in GetSegmentSize()
DSystemBus.cs844 …public void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWith… in MapMemory()
2071 …tatic MappedSegmentWrapper FromRegistrationPointToSegmentWrapper(IMappedSegment segment, BusRangeR… in FromRegistrationPointToSegmentWrapper()
DIBusController.cs93 …void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedM… in MapMemory()
DBusControllerProxy.cs465 …public virtual void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, … in MapMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DSegmentMapping.cs16 public SegmentMapping(IMappedSegment segment) in SegmentMapping()
DTranslationCPU.cs379 public void MapMemory(IMappedSegment segment) in MapMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIMappedSegment.cs22 public static Range GetRange(this IMappedSegment segment) in GetRange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs16 void MapMemory(IMappedSegment segment); in MapMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSevenSegmentsDisplay.cs151 public void SetSegment(Segments segment, bool asOn) in SetSegment()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs169 private byte[] segment; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs568 private void CheckAlignment(IntPtr segment) in CheckAlignment()