|
gem5
v21.0.1.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 293 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
| uint32_t MSIXCAP::mtab |
Definition at line 290 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
| uint16_t MSIXCAP::mxc |
Definition at line 285 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
| uint16_t MSIXCAP::mxid |
Definition at line 282 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().