PCI_PROBE_MMCONF  206 arch/x86/pci/acpi.c 	if (!(pci_probe & PCI_PROBE_MMCONF))
PCI_PROBE_MMCONF   24 arch/x86/pci/common.c 				PCI_PROBE_MMCONF;
PCI_PROBE_MMCONF  554 arch/x86/pci/common.c 		pci_probe &= ~PCI_PROBE_MMCONF;
PCI_PROBE_MMCONF  653 arch/x86/pci/mmconfig-shared.c 		pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF;
PCI_PROBE_MMCONF  664 arch/x86/pci/mmconfig-shared.c 	if (pci_probe & PCI_PROBE_MMCONF) {
PCI_PROBE_MMCONF  678 arch/x86/pci/mmconfig-shared.c 	if ((pci_probe & PCI_PROBE_MMCONF) == 0)
PCI_PROBE_MMCONF  685 arch/x86/pci/mmconfig-shared.c 	if (pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF) {
PCI_PROBE_MMCONF  698 arch/x86/pci/mmconfig-shared.c 	if ((pci_probe & PCI_PROBE_MMCONF) == 0)
PCI_PROBE_MMCONF  728 arch/x86/pci/mmconfig-shared.c 	if (!(pci_probe & PCI_PROBE_MMCONF) || pci_mmcfg_arch_init_failed)
PCI_PROBE_MMCONF  225 drivers/xen/pci.c 	if ((pci_probe & PCI_PROBE_MMCONF) == 0)