Home
last modified time | relevance | path

Searched refs:PCI_ERR_ROOT_CMD_COR_EN (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h114 #define PCI_ERR_ROOT_CMD_EN_MASK (PCI_ERR_ROOT_CMD_COR_EN | \
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c204 !((msg->severity == PCI_ERR_ROOT_CMD_COR_EN) && in pcie_aer_msg_alldev()
281 cmd |= PCI_ERR_ROOT_CMD_COR_EN; in pcie_aer_status_to_cmd()
333 case PCI_ERR_ROOT_CMD_COR_EN: in pcie_aer_msg_root_port()
575 inj->msg.severity = PCI_ERR_ROOT_CMD_COR_EN; in pcie_aer_inject_cor_error()
/openbmc/linux/arch/mips/pci/
H A Dpci-octeon.c159 PCI_ERR_ROOT_CMD_COR_EN | in pcibios_plat_dev_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h790 #define PCI_ERR_ROOT_CMD_COR_EN 0x00000001 /* Correctable Err Reporting Enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h792 #define PCI_ERR_ROOT_CMD_COR_EN 0x00000001 /* Correctable Err Reporting Enable */ macro
/openbmc/linux/drivers/pci/pcie/
H A Daer.c99 #define ROOT_PORT_INTR_ON_MESG_MASK (PCI_ERR_ROOT_CMD_COR_EN| \