gem5
[DEVELOP-FOR-23.0]
|
#include "base/loader/object_file.hh"
#include <string>
#include <vector>
#include "base/loader/raw_image.hh"
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::loader | |
Functions | |
const char * | gem5::loader::archToString (Arch arch) |
const char * | gem5::loader::opSysToString (OpSys op_sys) |
ObjectFile * | gem5::loader::createObjectFile (const std::string &fname, bool raw) |
bool | gem5::loader::archIs64Bit (const Arch arch) |
Determine whether the loader::Arch is 64-bit or 32-bit. More... | |