Home
last modified time | relevance | path

Searched refs:PCI_ERR_UNC_INTN (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h95 #define PCI_ERR_UNC_INTN 0x00400000 /* Internal Error */ macro
141 PCI_ERR_UNC_INTN | \
146 #define PCI_ERR_UNC_MASK_DEFAULT (PCI_ERR_UNC_INTN | \
154 PCI_ERR_UNC_INTN)
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c48 case PCI_ERR_UNC_INTN: in pcie_aer_uncor_default_severity()
892 .val = PCI_ERR_UNC_INTN,
/openbmc/linux/include/ras/
H A Dras_event.h293 {PCI_ERR_UNC_INTN, "Uncorrectable Internal Error"},\
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h763 #define PCI_ERR_UNC_INTN 0x00400000 /* internal error */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h768 #define PCI_ERR_UNC_INTN 0x00400000 /* internal error */ macro
/openbmc/linux/drivers/misc/cxl/
H A Dpci.c1348 if (data & PCI_ERR_UNC_INTN) in cxl_fixup_malformed_tlp()
1351 data |= PCI_ERR_UNC_INTN; in cxl_fixup_malformed_tlp()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1035 PCI_ERR_UNC_INTN | /* internal error */ in init_pci_ext_cap_err_perm()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c1430 err.status = PCI_ERR_UNC_INTN; in qmp_cxl_inject_uncorrectable_errors()