Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs484 var peripheralsBaseAddress = signalsUnit.GetAddress(ArmSignals.PeripheralsBase); in PeripheralsBaseChanged()
490 …if(pFilterEnd != 0 && (peripheralsBaseAddress < pFilterStart || peripheralsBaseAddress > pFilterEn… in PeripheralsBaseChanged()
493 … Enum.GetName(typeof(ArmSignals), ArmSignals.PeripheralsBase), peripheralsBaseAddress, in PeripheralsBaseChanged()
497 MovePeripherals(peripheralsBaseAddress); in PeripheralsBaseChanged()
523 private void MovePeripherals(ulong peripheralsBaseAddress) in MovePeripherals() argument
525 … and timers for CPU {0} relatively to new PERIPHBASE value: 0x{1:X}", cpu, peripheralsBaseAddress); in MovePeripherals()
527 … Func<PeriphbaseOffsets, ulong> getAddress = offset => peripheralsBaseAddress + (ulong)offset; in MovePeripherals()
528 …rRegisterPeripheralWithinContext<ARM_GenericInterruptController>(peripheralsBaseAddress + (ulong)P… in MovePeripherals()
529 …rRegisterPeripheralWithinContext<ARM_GenericInterruptController>(peripheralsBaseAddress + (ulong)P… in MovePeripherals()
530 …MoveOrRegisterPeripheralWithinContext<ARM_GlobalTimer>(peripheralsBaseAddress + (ulong)PeriphbaseO… in MovePeripherals()
[all …]