Searched refs:PCI_PROBE_MMCONF (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/pci/
H A Dmmconfig-shared.c687 pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF;
700 if (pci_probe & PCI_PROBE_MMCONF) {
716 if ((pci_probe & PCI_PROBE_MMCONF) == 0)
723 if (pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF) {
738 if ((pci_probe & PCI_PROBE_MMCONF) == 0)
773 if (!(pci_probe & PCI_PROBE_MMCONF) || pci_mmcfg_arch_init_failed)
H A Dcommon.c25 PCI_PROBE_MMCONF;
555 pci_probe &= ~PCI_PROBE_MMCONF;
H A Dacpi.c293 if (!(pci_probe & PCI_PROBE_MMCONF))
/linux-master/drivers/xen/
H A Dpci.c226 if ((pci_probe & PCI_PROBE_MMCONF) == 0)
/linux-master/arch/x86/include/asm/
H A Dpci_x86.h28 #define PCI_PROBE_MMCONF 0x0008 macro

Completed in 117 milliseconds