Home
last modified time | relevance | path

Searched refs:VectorTableOffset (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_RSTC.cs63 var currentVectorBase = cortexM.VectorTableOffset; in InvokeReset()
65 cortexM.VectorTableOffset = currentVectorBase; in InvokeReset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs197 get => VectorTableOffset;
198 set => VectorTableOffset = value;
202 public uint VectorTableOffset property in Antmicro.Renode.Peripherals.CPU.CortexM
663 VectorTableOffset = checked((uint)value); in InitPCAndSP()
671 var pc = sysbus.ReadDoubleWord(VectorTableOffset + 4, this); in InitPCAndSP()
672 var sp = sysbus.ReadDoubleWord(VectorTableOffset, this); in InitPCAndSP()
DNVIC.cs175 case Registers.VectorTableOffset: in ReadDoubleWord()
176 …return (isSecure || !cpu.TrustZoneEnabled) ? cpu.VectorTableOffset : cpu.VectorTableOffsetNonSecur… in ReadDoubleWord()
292 case Registers.VectorTableOffset: in WriteDoubleWord()
295 cpu.VectorTableOffset = value & 0xFFFFFF80; in WriteDoubleWord()
1732 VectorTableOffset = 0xD08, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1541 sequencer.VectorTableOffset = SequencerMemoryBaseAddress; in BuildRadioControllerRegistersCollection()
1547 …d={0} VTOR={1:X} SP={2:X} PC={3:X}.", sequencer.IsHalted, sequencer.VectorTableOffset, sequencer.S… in BuildRadioControllerRegistersCollection()