Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 14 of 14) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Input/
DPS2ScanCodeTranslator.cs140 private readonly Dictionary<KeyScanCode, int> mapping; field in Antmicro.Renode.Peripherals.Input.PS2ScanCodeTranslator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DVmemReader.cs82 private IEnumerable<Tuple<long, T>> GetMappedEnumerable<T>(Func<string, T> mapping) in GetMappedEnumerable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmRegisters.cs133 …private static readonly Dictionary<ArmRegisters, CPURegister> mapping = new Dictionary<ArmRegister… field in Antmicro.Renode.Peripherals.CPU.Arm
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexMRegisters.cs182 …private static readonly Dictionary<CortexMRegisters, CPURegister> mapping = new Dictionary<CortexM… field in Antmicro.Renode.Peripherals.CPU.CortexM
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DX86Registers.cs323 …private static readonly Dictionary<X86Registers, CPURegister> mapping = new Dictionary<X86Register… field in Antmicro.Renode.Peripherals.CPU.X86
DX86_64Registers.cs515 …private static readonly Dictionary<X86_64Registers, CPURegister> mapping = new Dictionary<X86_64Re… field in Antmicro.Renode.Peripherals.CPU.X86_64
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/
DPowerPc64Registers.cs172 …private static readonly Dictionary<PowerPc64Registers, CPURegister> mapping = new Dictionary<Power… field in Antmicro.Renode.Peripherals.CPU.PowerPc64
DPowerPcRegisters.cs172 …private static readonly Dictionary<PowerPcRegisters, CPURegister> mapping = new Dictionary<PowerPc… field in Antmicro.Renode.Peripherals.CPU.PowerPc
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparcRegisters.cs222 …private static readonly Dictionary<SparcRegisters, CPURegister> mapping = new Dictionary<SparcRegi… field in Antmicro.Renode.Peripherals.CPU.Sparc
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8ARegisters.cs232 …private static readonly Dictionary<ARMv8ARegisters, CPURegister> mapping = new Dictionary<ARMv8ARe… field in Antmicro.Renode.Peripherals.CPU.ARMv8A
DARMv8RRegisters.cs224 …private static readonly Dictionary<ARMv8RRegisters, CPURegister> mapping = new Dictionary<ARMv8RRe… field in Antmicro.Renode.Peripherals.CPU.ARMv8R
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/
DXtensaRegisters.cs601 …private static readonly Dictionary<XtensaRegisters, CPURegister> mapping = new Dictionary<XtensaRe… field in Antmicro.Renode.Peripherals.CPU.Xtensa
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscV64Registers.cs668 …private static readonly Dictionary<RiscV64Registers, CPURegister> mapping = new Dictionary<RiscV64… field in Antmicro.Renode.Peripherals.CPU.RiscV64
DRiscV32Registers.cs696 …private static readonly Dictionary<RiscV32Registers, CPURegister> mapping = new Dictionary<RiscV32… field in Antmicro.Renode.Peripherals.CPU.RiscV32