gem5
|
#include "arch/x86/bios/e820.hh"
#include "arch/x86/isa_traits.hh"
#include "mem/port_proxy.hh"
#include "sim/byteswap.hh"
Go to the source code of this file.
Functions | |
template<class T > | |
void | writeVal (T val, PortProxy &proxy, Addr &addr) |
Definition at line 50 of file e820.cc.
References BigEndianGuest::htog(), and PortProxy::writeBlob().
Referenced by X86ISA::E820Table::writeTo().