gem5
v20.1.0.0
|
#include "arch/x86/bios/smbios.hh"
#include "arch/x86/isa_traits.hh"
#include "base/types.hh"
#include "mem/port_proxy.hh"
#include "params/X86SMBiosBiosInformation.hh"
#include "params/X86SMBiosSMBiosStructure.hh"
#include "params/X86SMBiosSMBiosTable.hh"
#include "sim/byteswap.hh"
Go to the source code of this file.
Functions | |
template<class T > | |
uint64_t | composeBitVector (T vec) |
uint64_t composeBitVector | ( | T | vec | ) |
Definition at line 65 of file smbios.cc.
References X86ISA::val.
Referenced by X86ISA::SMBios::BiosInformation::BiosInformation().