Searched defs:segment (Results 1 – 11 of 11) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | ELFExtensions.cs | 44 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()
|
| D | SystemBus.cs | 844 …public void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWith… in MapMemory() 2071 …tatic MappedSegmentWrapper FromRegistrationPointToSegmentWrapper(IMappedSegment segment, BusRangeR… in FromRegistrationPointToSegmentWrapper()
|
| D | IBusController.cs | 93 …void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedM… in MapMemory()
|
| D | BusControllerProxy.cs | 465 …public virtual void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, … in MapMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | SegmentMapping.cs | 16 public SegmentMapping(IMappedSegment segment) in SegmentMapping()
|
| D | TranslationCPU.cs | 379 public void MapMemory(IMappedSegment segment) in MapMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | IMappedSegment.cs | 22 public static Range GetRange(this IMappedSegment segment) in GetRange()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithMappedMemory.cs | 16 void MapMemory(IMappedSegment segment); in MapMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | SevenSegmentsDisplay.cs | 151 public void SetSegment(Segments segment, bool asOn) in SetSegment()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | AESServiceProvider.cs | 169 private byte[] segment; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | MappedMemory.cs | 568 private void CheckAlignment(IntPtr segment) in CheckAlignment()
|