#include <fw_cfg.hh>
|
| FwCfgItemBytes (const std::string &new_path, bool arch_specific, const std::vector< uint8_t > &_data, uint16_t new_index=0) |
|
| FwCfgItemBytes (const QemuFwCfgItemBytesParams &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 139 of file fw_cfg.hh.
◆ FwCfgItemBytes() [1/2]
gem5::qemu::FwCfgItemBytes::FwCfgItemBytes |
( |
const std::string & | new_path, |
|
|
bool | arch_specific, |
|
|
const std::vector< uint8_t > & | _data, |
|
|
uint16_t | new_index = 0 ) |
|
inline |
◆ FwCfgItemBytes() [2/2]
gem5::qemu::FwCfgItemBytes::FwCfgItemBytes |
( |
const QemuFwCfgItemBytesParams & | p | ) |
|
|
inline |
◆ bytes()
const void * gem5::qemu::FwCfgItemBytes::bytes |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ length()
uint64_t gem5::qemu::FwCfgItemBytes::length |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ data
The documentation for this class was generated from the following file: