Home
last modified time | relevance | path

Searched refs:XEN_PCI_IGD_SLOT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen_pt.c953 pci_bus_set_slot_reserved_mask(pci_bus, XEN_PCI_IGD_SLOT_MASK); in xen_igd_reserve_slot()
973 if (!(pci_bus_get_slot_reserved_mask(pci_bus) & XEN_PCI_IGD_SLOT_MASK)) { in xen_igd_clear_slot()
984 pci_bus_clear_slot_reserved_mask(pci_bus, XEN_PCI_IGD_SLOT_MASK); in xen_igd_clear_slot()
H A Dxen_pt.h95 #define XEN_PCI_IGD_SLOT_MASK \ macro