| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/ |
| D | Request.cs | 17 this.Source = source; in Request() 32 this.Source = source; in Request() 43 public Place Source { get; private set; } property
|
| D | DmaEngine.cs | 27 ReadAddress = request.Source.Address, in IssueCopy() 41 var sourceAddress = request.Source.Address ?? 0; in IssueCopy() 45 if(!request.Source.Address.HasValue) in IssueCopy() 48 … Array.Copy(request.Source.Array, request.Source.StartIndex.Value, buffer, 0, request.Size); in IssueCopy()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | CV32E40P.cs | 62 …SSS000DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Immediate, Operati… in CV32E40P() 63 …SSS001DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Immediate, Operati… in CV32E40P() 64 …SSS000DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Register, Operatio… in CV32E40P() 65 …SSS001DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Register, Operatio… in CV32E40P() 66 …SSS100DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Immediate, Operati… in CV32E40P() 67 …SSS101DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Immediate, Operati… in CV32E40P() 68 …SSS110DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Immediate, Operati… in CV32E40P() 69 …SSS111DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Immediate, Operati… in CV32E40P() 70 …SSS010DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Immediate, Operati… in CV32E40P() 71 …SSS010DDDDD0110011", handler: opcode => ManipulateBitsInRegister(opcode, Source.Register, Operatio… in CV32E40P() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | ConfigurationManager.cs | 115 var config = Config.Source.Configs[group]; in VerifyGroup() 116 return config ?? Config.Source.AddConfig(group); in VerifyGroup() 148 public IConfigSource Source property in Antmicro.Renode.Utilities.ConfigSource
|
| D | LINDecoder.cs | 27 Source, enumerator 104 CurrentState = entry.Mode == LINMode.Source ? State.Writing : State.Reading; in Feed()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | EFR32MG12_LDMA.cs | 66 if(channels[i].Signal == signal && channels[i].Source == source) in OnGPIO() 566 public SourceSelect Source => sourceSelect.Value; field in Antmicro.Renode.Peripherals.DMA.EFR32MG12_LDMA.Channel 732 switch(Source) 896 ….Error, "Channel #{0} Invalid Source (0x{1:X}) and Signal (0x{2:X}) pair.", Index, Source, Signal); 941 var number = ((int)Source << 4) | (int)Signal;
|
| D | EFR32xG22_LDMA.cs | 71 if(channels[i].Signal == signal && channels[i].Source == source) in OnGPIO() 910 public SourceSelect Source => sourceSelect.Value; field in Antmicro.Renode.Peripherals.DMA.EFR32xG22_LDMA.Channel 1094 switch(Source) 1173 ….Error, "Channel #{0} Invalid Source (0x{1:X}) and Signal (0x{2:X}) pair.", Index, Source, Signal); 1218 var number = ((int)Source << 4) | (int)Signal;
|
| D | EFR32MG24_LDMA.cs | 70 if(channels[i].Signal == signal && channels[i].Source == source) in OnGPIO() 1557 public SourceSelect Source => sourceSelect.Value; field in Antmicro.Renode.Peripherals.DMA.EFR32MG24_LDMA.Channel 1741 switch(Source) 1830 ….Error, "Channel #{0} Invalid Source (0x{1:X}) and Signal (0x{2:X}) pair.", Index, Source, Signal); 1875 var number = ((int)Source << 4) | (int)Signal;
|
| /Renode-Infrastructure-v1.15.3-29f510e/licenses/ |
| D | LGPL.txt | 136 "Source code" for a work means the preferred form of the work for
|