| enum | simics::types::pcie_message_type_t {
simics::types::PCIE_ATS_Invalidate = 0x01
, simics::types::PCIE_ATS_Invalidate_Completion = 0x02
, simics::types::PCIE_PRS_Request = 0x04
, simics::types::PCIE_PRS_Response = 0x05
,
simics::types::PCIE_Latency_Tolerance_Reporting = 0x10
, simics::types::PCIE_Optimized_Buffer_Flush_Fill = 0x12
, simics::types::PCIE_Msg_Assert_INTA = 0x20
, simics::types::PCIE_Msg_Assert_INTB = 0x21
,
simics::types::PCIE_Msg_Assert_INTC = 0x22
, simics::types::PCIE_Msg_Assert_INTD = 0x23
, simics::types::PCIE_Msg_Deassert_INTA = 0x24
, simics::types::PCIE_Msg_Deassert_INTB = 0x25
,
simics::types::PCIE_Msg_Deassert_INTC = 0x26
, simics::types::PCIE_Msg_Deassert_INTD = 0x27
, simics::types::PCIE_PM_Active_State_Nak = 0x14
, simics::types::PCIE_PM_PME = 0x18
,
simics::types::PCIE_PM_Turn_Off = 0x19
, simics::types::PCIE_PM_PME_TO_Ack = 0x1B
, simics::types::PCIE_ERR_COR = 0x30
, simics::types::PCIE_ERR_NONFATAL = 0x31
,
simics::types::PCIE_ERR_FATAL = 0x33
, simics::types::PCIE_Unlock = 0x00
, simics::types::PCIE_Set_Slot_Power_Limit = 0x50
, simics::types::PCIE_Precision_Time_Measurement = 0x52
,
simics::types::PCIE_HP_Power_Indicator_On = 0x45
, simics::types::PCIE_HP_Power_Indicator_Blink = 0x47
, simics::types::PCIE_HP_Power_Indicator_Off = 0x44
, simics::types::PCIE_HP_Attention_Button_Pressed = 0x48
,
simics::types::PCIE_HP_Attention_Indicator_On = 0x41
, simics::types::PCIE_HP_Attention_Indicator_Blink = 0x43
, simics::types::PCIE_HP_Attention_Indicator_Off = 0x40
, simics::types::PCIE_Vendor_Defined_Type_0 = 0x7e
,
simics::types::PCIE_Vendor_Defined_Type_1 = 0x7f
, simics::types::PCIE_Locked_Transaction = 0x00
, simics::types::PCIE_DLL_Link_Down = -1
, simics::types::PCIE_DLL_Link_Up = -2
} |