Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DBaseX86.cs86 WriteByteToBus(IoPortBaseAddress + address, value); in WriteByteToPort()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_callbacks.c40 EXTERNAL_AS(void, WriteByteToBus, tlib_write_byte, uint64_t, uint64_t, uint64_t) in EXTERNAL_AS()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs672 protected void WriteByteToBus(ulong offset, ulong value, ulong cpuState) in WriteByteToBus() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
763 protected void WriteByteToBus(ulong offset, ulong value) in WriteByteToBus() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
765 WriteByteToBus(offset, value, GetCPUStateForMemoryTransaction()); in WriteByteToBus()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCV32E40P.cs354 WriteByteToBus(address, (uint)value); in SetMemValue()