gem5
v20.1.0.0
|
#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 48 of file e820.cc.
References addr, htole(), X86ISA::val, and PortProxy::writeBlob().
Referenced by X86ISA::E820Table::writeTo().