Searched refs:peripheralsBase (Results 1 – 1 of 1) sorted by relevance
310 var peripheralsBase = signals[ArmSignals.PeripheralsBase]; in OnMachinePeripheralsChanged()311 lock(peripheralsBase) in OnMachinePeripheralsChanged()313 OnSnoopControlUnitAdded(peripheralsBase, addedArgs.RegistrationPoint); in OnMachinePeripheralsChanged()318 …private void OnSnoopControlUnitAdded(Signal<ArmSignals> peripheralsBase, IRegistrationPoint regist… in OnSnoopControlUnitAdded() argument324 OnSnoopControlUnitAdded(peripheralsBase, busRegistration); in OnSnoopControlUnitAdded()342 …private void OnSnoopControlUnitAdded(Signal<ArmSignals> peripheralsBase, IBusRegistration busRegis… in OnSnoopControlUnitAdded() argument356 peripheralsBase.SetFromAddress(AddressWidth, busRegistration.StartingPoint); in OnSnoopControlUnitAdded()357 peripheralsBase.ResetValue = peripheralsBase.Value; in OnSnoopControlUnitAdded()375 registeredCPUs[cpu].PeripheralsBaseAtLastReset = peripheralsBase.Value; in OnSnoopControlUnitAdded()473 var peripheralsBase = signalsUnit.GetSignal(ArmSignals.PeripheralsBase); in OnCPUOutOfReset()[all …]