Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs497 public bool UpdateContextOnLoadAndStore { get; set; } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU
606 if(UpdateContextOnLoadAndStore) in ReadByteFromBus()
623 if(UpdateContextOnLoadAndStore) in ReadWordFromBus()
640 if(UpdateContextOnLoadAndStore) in ReadDoubleWordFromBus()
657 if(UpdateContextOnLoadAndStore) in ReadQuadWordFromBus()
674 if(UpdateContextOnLoadAndStore) in WriteByteToBus()
692 if(UpdateContextOnLoadAndStore) in WriteWordToBus()
710 if(UpdateContextOnLoadAndStore) in WriteDoubleWordToBus()
728 if(UpdateContextOnLoadAndStore) in WriteQuadWordToBus()
1664 if(!alreadyUpdated && parent.UpdateContextOnLoadAndStore) in ExecuteWatchpoints()
[all …]