#include <fw_cfg.hh>
|
| FwCfgItemString (const std::string &new_path, bool arch_specific, const std::string _str, uint16_t new_index=0) |
|
| FwCfgItemString (const QemuFwCfgItemStringParams &p) |
|
const void * | bytes () const override |
|
uint64_t | length () const override |
|
void | read (void *buf, uint64_t offset, uint32_t to_read) override |
|
| FwCfgItem (const std::string &new_path, bool arch_specific, uint16_t new_index=0) |
|
uint16_t | index () const |
|
void | index (uint16_t new_index) |
|
const std::string & | path () const |
|
bool | archSpecific () const |
|
Definition at line 115 of file fw_cfg.hh.
◆ FwCfgItemString() [1/2]
gem5::qemu::FwCfgItemString::FwCfgItemString |
( |
const std::string & | new_path, |
|
|
bool | arch_specific, |
|
|
const std::string | _str, |
|
|
uint16_t | new_index = 0 ) |
|
inline |
◆ FwCfgItemString() [2/2]
gem5::qemu::FwCfgItemString::FwCfgItemString |
( |
const QemuFwCfgItemStringParams & | p | ) |
|
|
inline |
◆ bytes()
const void * gem5::qemu::FwCfgItemString::bytes |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ length()
uint64_t gem5::qemu::FwCfgItemString::length |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ str
std::string gem5::qemu::FwCfgItemString::str |
|
private |
The documentation for this class was generated from the following file: