gem5  v20.1.0.0
Public Attributes | List of all members
MSICAP Struct Reference

#include <pcireg.h>

Public Attributes

uint8_t data [24]
 
struct {
   uint16_t   mid
 
   uint16_t   mc
 
   uint32_t   ma
 
   uint32_t   mua
 
   uint16_t   md
 
   uint32_t   mmask
 
   uint32_t   mpend
 
}; 
 

Detailed Description

Defines the MSI Capability register and its associated bitfields for the a PCI/PCIe device. Both the MSI capability and the MSIX capability can be filled in if a device model supports both, but only 1 of MSI/MSIX/INTx interrupt mode can be selected at a given time.

Definition at line 238 of file pcireg.h.

Member Data Documentation

◆ @99

struct { ... }

◆ data

uint8_t MSICAP::data[24]

Definition at line 239 of file pcireg.h.

◆ ma

uint32_t MSICAP::ma

Definition at line 251 of file pcireg.h.

Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().

◆ mc

uint16_t MSICAP::mc

Definition at line 244 of file pcireg.h.

Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().

◆ md

uint16_t MSICAP::md

Definition at line 255 of file pcireg.h.

Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().

◆ mid

uint16_t MSICAP::mid

Definition at line 241 of file pcireg.h.

Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().

◆ mmask

uint32_t MSICAP::mmask

Definition at line 256 of file pcireg.h.

Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().

◆ mpend

uint32_t MSICAP::mpend

Definition at line 257 of file pcireg.h.

Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().

◆ mua

uint32_t MSICAP::mua

Definition at line 254 of file pcireg.h.

Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:28 for gem5 by doxygen 1.8.17