Searched refs:PCI_ERR_UNCOR_MASK (Results 1 – 3 of 3) sorted by relevance
356 hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register367 + pci_set_long(dev->config + offset + PCI_ERR_UNCOR_MASK,369 + pci_set_long(dev->wmask + offset + PCI_ERR_UNCOR_MASK,385 hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0420 - pci_set_long(dev->config + offset + PCI_ERR_UNCOR_MASK,422 - pci_set_long(dev->wmask + offset + PCI_ERR_UNCOR_MASK,426 + pci_set_long(dev->config + offset + PCI_ERR_UNCOR_MASK,428 + pci_set_long(dev->wmask + offset + PCI_ERR_UNCOR_MASK,
117 pci_set_long(dev->config + offset + PCI_ERR_UNCOR_MASK, in pcie_aer_init()119 pci_set_long(dev->wmask + offset + PCI_ERR_UNCOR_MASK, in pcie_aer_init()559 pci_get_long(inj->aer_cap + PCI_ERR_UNCOR_MASK); in pcie_aer_inject_cor_error()595 uint32_t mask = pci_get_long(inj->aer_cap + PCI_ERR_UNCOR_MASK); in pcie_aer_inject_uncor_error()
777 #define PCI_ERR_UNCOR_MASK 0x08 /* Uncorrectable Error Mask */ macro