Searched refs:nmiVectorLength (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | IbexRiscV32.cs | 15 …nmiVectorLength = null) : base(machine, cpuType, timeProvider, hartId, privilegedArchitecture, end… in IbexRiscV32() argument
|
| D | RiscV32.cs | 24 uint? nmiVectorLength = null, in RiscV32() argument 30 … machine, privilegedArchitecture, endianness, CpuBitness.Bits32, nmiVectorAddress, nmiVectorLength, in RiscV32()
|
| D | RiscV64.cs | 24 uint? nmiVectorLength = null, in RiscV64() argument 30 … machine, privilegedArchitecture, endianness, CpuBitness.Bits64, nmiVectorAddress, nmiVectorLength, in RiscV64()
|
| D | BaseRiscV.cs | 39 uint? nmiVectorLength = null, in BaseRiscV() argument 55 this.nmiVectorLength = nmiVectorLength; in BaseRiscV() 452 return nmiVectorLength; 457 nmiVectorLength = value; 848 private uint? nmiVectorLength; field in Antmicro.Renode.Peripherals.CPU.BaseRiscV
|