gem5
v20.1.0.0
|
#include <pcireg.h>
Public Attributes | |
uint8_t | data [12] |
struct { | |
uint16_t mxid | |
uint16_t mxc | |
uint32_t mtab | |
uint32_t mpba | |
}; | |
struct { ... } |
uint32_t MSIXCAP::mpba |
Definition at line 279 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
uint32_t MSIXCAP::mtab |
Definition at line 276 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
uint16_t MSIXCAP::mxc |
Definition at line 271 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
uint16_t MSIXCAP::mxid |
Definition at line 268 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().