Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DPseudorandomBitGenerator.cs32 manager.TryWriteDoubleWord( in Generate()
DInternalMemoryManager.cs61 public bool TryWriteDoubleWord(long offset, uint value) in TryWriteDoubleWord() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.InternalMemoryManager
DAthenaX5200.cs101 if(!memoryManager.TryWriteDoubleWord(offset, value)) in WriteDoubleWord()