Home
last modified time | relevance | path

Searched refs:_XEN_PCIB_AERHANDLER (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/xen/interface/io/
H A Dpciif.h16 #define _XEN_PCIB_AERHANDLER (1) macro
17 #define XEN_PCIB_AERHANDLER (1<<_XEN_PCIB_AERHANDLER)
/openbmc/linux/drivers/xen/xen-pciback/
H A Dpci_stub.c798 if (!test_bit(_XEN_PCIB_AERHANDLER, in xen_pcibk_slot_reset()
855 if (!test_bit(_XEN_PCIB_AERHANDLER, in xen_pcibk_mmio_enabled()
913 if (!test_bit(_XEN_PCIB_AERHANDLER, in xen_pcibk_error_detected()
965 if (!test_bit(_XEN_PCIB_AERHANDLER, in xen_pcibk_error_resume()
/openbmc/linux/drivers/pci/
H A Dxen-pcifront.c703 set_bit(_XEN_PCIB_AERHANDLER, (void *)&pdev->sh_info->flags); in alloc_pdev()