Home
last modified time | relevance | path

Searched refs:PCI_PROBE_MMCONF (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/pci/
H A Dcommon.c25 PCI_PROBE_MMCONF;
555 pci_probe &= ~PCI_PROBE_MMCONF; in pcibios_setup()
H A Dacpi.c412 if (!(pci_probe & PCI_PROBE_MMCONF)) in setup_mcfg_map()
/linux/arch/x86/include/asm/
H A Dpci_x86.h28 #define PCI_PROBE_MMCONF 0x0008 macro
/linux/drivers/xen/
H A Dpci.c267 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in xen_mcfg_late()