#include <fw_cfg.hh>
|
uint16_t | index () const |
|
void | index (uint16_t new_index) |
|
const std::string & | path () const |
|
bool | archSpecific () const |
|
virtual uint64_t | length () const =0 |
|
virtual void | read (void *buf, uint64_t offset, uint32_t to_read)=0 |
|
|
| FwCfgItem (const std::string &new_path, bool arch_specific, uint16_t new_index=0) |
|
Definition at line 58 of file fw_cfg.hh.
◆ FwCfgItem()
gem5::qemu::FwCfgItem::FwCfgItem |
( |
const std::string & | new_path, |
|
|
bool | arch_specific, |
|
|
uint16_t | new_index = 0 ) |
|
inlineprotected |
◆ archSpecific()
bool gem5::qemu::FwCfgItem::archSpecific |
( |
| ) |
const |
|
inline |
◆ index() [1/2]
uint16_t gem5::qemu::FwCfgItem::index |
( |
| ) |
const |
|
inline |
◆ index() [2/2]
void gem5::qemu::FwCfgItem::index |
( |
uint16_t | new_index | ) |
|
|
inline |
◆ length()
virtual uint64_t gem5::qemu::FwCfgItem::length |
( |
| ) |
const |
|
pure virtual |
◆ path()
const std::string & gem5::qemu::FwCfgItem::path |
( |
| ) |
const |
|
inline |
◆ read()
virtual void gem5::qemu::FwCfgItem::read |
( |
void * | buf, |
|
|
uint64_t | offset, |
|
|
uint32_t | to_read ) |
|
pure virtual |
◆ _archSpecific
bool gem5::qemu::FwCfgItem::_archSpecific |
|
protected |
◆ _index
uint16_t gem5::qemu::FwCfgItem::_index |
|
protected |
◆ _path
const std::string gem5::qemu::FwCfgItem::_path |
|
protected |
The documentation for this class was generated from the following file: