PCI_PROBE_MMCONF   21 arch/x86/pci/common.c 				PCI_PROBE_MMCONF;
PCI_PROBE_MMCONF  473 arch/x86/pci/common.c 		pci_probe &= ~PCI_PROBE_MMCONF;
PCI_PROBE_MMCONF  411 arch/x86/pci/mmconfig-shared.c 	if ((pci_probe & PCI_PROBE_MMCONF) == 0)
PCI_PROBE_MMCONF  415 arch/x86/pci/mmconfig-shared.c 	if (!early && !(pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF))
PCI_PROBE_MMCONF  438 arch/x86/pci/mmconfig-shared.c 		pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF;
PCI_PROBE_MMCONF  465 arch/x86/pci/mmconfig-shared.c 	    (pci_probe & PCI_PROBE_MMCONF) == 0 ||