gem5
|
Go to the source code of this file.
Functions | |
template<> | |
void | paramOut (CheckpointOut &cp, const string &name, ExtMachInst const &machInst) |
template<> | |
void | paramIn (CheckpointIn &cp, const string &name, ExtMachInst &machInst) |
void paramIn | ( | CheckpointIn & | cp, |
const string & | name, | ||
ExtMachInst & | machInst | ||
) |
Definition at line 71 of file types.cc.
References X86ISA::ExtMachInst::addrSize, X86ISA::ExtMachInst::displacement, X86ISA::ExtMachInst::dispSize, X86ISA::ExtMachInst::immediate, X86ISA::ExtMachInst::legacy, X86ISA::ExtMachInst::mode, X86ISA::ExtMachInst::modRM, X86ISA::ExtMachInst::op, X86ISA::ExtMachInst::opcode, X86ISA::ExtMachInst::opSize, X86ISA::ExtMachInst::rex, X86ISA::ExtMachInst::sib, X86ISA::ExtMachInst::stackSize, X86ISA::ExtMachInst::type, and X86ISA::ExtMachInst::vex.
Referenced by Pl011::unserialize(), X86ISA::PS2Device::unserialize(), FlashDevice::unserialize(), PacketFifoEntry::unserialize(), SymbolTable::unserialize(), EthPacketData::unserialize(), X86ISA::PS2Mouse::unserialize(), EtherLink::Link::unserialize(), CopyEngineReg::Regs::unserialize(), Iob::unserialize(), MultiLevelPageTable< ISAOps >::unserialize(), SparcISA::TLB::unserialize(), MC146818::unserialize(), Intel8254Timer::Counter::unserialize(), ArchTimer::unserialize(), Time::unserialize(), PacketFifo::unserialize(), CopyEngineReg::ChanRegs::unserialize(), PciDevice::unserialize(), FuncPageTable::unserialize(), Sinic::Device::unserialize(), ArmISA::TlbEntry::unserialize(), VirtQueue::unserialize(), and iGbReg::Regs::unserialize().
void paramOut | ( | CheckpointOut & | cp, |
const string & | name, | ||
ExtMachInst const & | machInst | ||
) |
Definition at line 40 of file types.cc.
References X86ISA::ExtMachInst::addrSize, X86ISA::ExtMachInst::displacement, X86ISA::ExtMachInst::dispSize, X86ISA::ExtMachInst::immediate, X86ISA::ExtMachInst::legacy, X86ISA::ExtMachInst::mode, X86ISA::ExtMachInst::modRM, X86ISA::ExtMachInst::op, X86ISA::ExtMachInst::opcode, X86ISA::ExtMachInst::opSize, X86ISA::ExtMachInst::rex, X86ISA::ExtMachInst::sib, X86ISA::ExtMachInst::stackSize, X86ISA::ExtMachInst::type, and X86ISA::ExtMachInst::vex.
Referenced by Pl011::serialize(), X86ISA::PS2Device::serialize(), FlashDevice::serialize(), PacketFifoEntry::serialize(), SymbolTable::serialize(), EthPacketData::serialize(), Random::serialize(), X86ISA::PS2Mouse::serialize(), EtherLink::Link::serialize(), CopyEngineReg::Regs::serialize(), Iob::serialize(), MultiLevelPageTable< ISAOps >::serialize(), Ticked::serialize(), MC146818::serialize(), Intel8254Timer::Counter::serialize(), ArchTimer::serialize(), Time::serialize(), CopyEngineReg::ChanRegs::serialize(), GenericTimer::serialize(), PacketFifo::serialize(), PciDevice::serialize(), FuncPageTable::serialize(), GenericTimerMem::serialize(), ArmISA::TlbEntry::serialize(), Sinic::Device::serialize(), and iGbReg::Regs::serialize().