pci_probe 43 arch/x86/include/asm/pci_x86.h extern unsigned int pci_probe; pci_probe 192 arch/x86/kernel/jailhouse.c pci_probe = 0; pci_probe 175 arch/x86/kernel/mmconf-fam10h_64.c if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) pci_probe 205 arch/x86/kernel/mmconf-fam10h_64.c pci_probe &= ~PCI_CHECK_ENABLE_AMD_MMCONF; pci_probe 219 arch/x86/kernel/mmconf-fam10h_64.c pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF; pci_probe 154 arch/x86/pci/acpi.c if (pci_probe & PCI_ROOT_NO_CRS) pci_probe 156 arch/x86/pci/acpi.c else if (pci_probe & PCI_USE__CRS) pci_probe 206 arch/x86/pci/acpi.c if (!(pci_probe & PCI_PROBE_MMCONF)) pci_probe 387 arch/x86/pci/amd_bus.c pci_probe |= PCI_HAS_IO_ECS; pci_probe 23 arch/x86/pci/common.c unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | pci_probe 84 arch/x86/pci/common.c pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; pci_probe 132 arch/x86/pci/common.c if (pci_probe & PCI_NOASSIGN_BARS) { pci_probe 147 arch/x86/pci/common.c if (pci_probe & PCI_NOASSIGN_ROMS) { pci_probe 219 arch/x86/pci/common.c pci_probe |= PCI_ASSIGN_ALL_BUSSES; pci_probe 518 arch/x86/pci/common.c pci_probe = 0; pci_probe 529 arch/x86/pci/common.c pci_probe = PCI_PROBE_BIOS; pci_probe 532 arch/x86/pci/common.c pci_probe &= ~PCI_PROBE_BIOS; pci_probe 535 arch/x86/pci/common.c pci_probe |= PCI_BIOS_IRQ_SCAN; pci_probe 544 arch/x86/pci/common.c pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; pci_probe 548 arch/x86/pci/common.c pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; pci_probe 554 arch/x86/pci/common.c pci_probe &= ~PCI_PROBE_MMCONF; pci_probe 558 arch/x86/pci/common.c pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF; pci_probe 567 arch/x86/pci/common.c pci_probe |= PCI_PROBE_NOEARLY; pci_probe 571 arch/x86/pci/common.c pci_probe |= PCI_USE_PIRQ_MASK; pci_probe 580 arch/x86/pci/common.c pci_probe |= PCI_ASSIGN_ROMS; pci_probe 583 arch/x86/pci/common.c pci_probe |= PCI_NOASSIGN_ROMS; pci_probe 586 arch/x86/pci/common.c pci_probe |= PCI_NOASSIGN_BARS; pci_probe 589 arch/x86/pci/common.c pci_probe |= PCI_ASSIGN_ALL_BUSSES; pci_probe 592 arch/x86/pci/common.c pci_probe |= PCI_USE__CRS; pci_probe 595 arch/x86/pci/common.c pci_probe |= PCI_ROOT_NO_CRS; pci_probe 599 arch/x86/pci/common.c pci_probe |= PCI_BIG_ROOT_WINDOW; pci_probe 606 arch/x86/pci/common.c pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; pci_probe 625 arch/x86/pci/common.c return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0; pci_probe 200 arch/x86/pci/direct.c if (pci_probe & PCI_NO_CHECKS) pci_probe 273 arch/x86/pci/direct.c if (!(pci_probe & PCI_HAS_IO_ECS)) pci_probe 285 arch/x86/pci/direct.c if ((pci_probe & PCI_PROBE_CONF1) == 0) pci_probe 298 arch/x86/pci/direct.c if ((pci_probe & PCI_PROBE_CONF2) == 0) pci_probe 56 arch/x86/pci/early.c return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == pci_probe 700 arch/x86/pci/fixup.c if (!(pci_probe & PCI_BIG_ROOT_WINDOW)) pci_probe 135 arch/x86/pci/i386.c if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) && pci_probe 359 arch/x86/pci/i386.c if (!(pci_probe & PCI_ASSIGN_ROMS)) pci_probe 384 arch/x86/pci/i386.c if (!(pci_probe & PCI_ASSIGN_ROMS)) pci_probe 17 arch/x86/pci/init.c if (!(pci_probe & PCI_PROBE_NOEARLY)) pci_probe 947 arch/x86/pci/irq.c if (pci_probe & PCI_USE_PIRQ_MASK) pci_probe 969 arch/x86/pci/irq.c ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask))) { pci_probe 1007 arch/x86/pci/irq.c (!(pci_probe & PCI_USE_PIRQ_MASK) || \ pci_probe 1134 arch/x86/pci/irq.c if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) { pci_probe 1249 arch/x86/pci/irq.c } else if (pci_probe & PCI_BIOS_IRQ_SCAN) pci_probe 196 arch/x86/pci/mmconfig-shared.c if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) pci_probe 653 arch/x86/pci/mmconfig-shared.c pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; pci_probe 664 arch/x86/pci/mmconfig-shared.c if (pci_probe & PCI_PROBE_MMCONF) { pci_probe 678 arch/x86/pci/mmconfig-shared.c if ((pci_probe & PCI_PROBE_MMCONF) == 0) pci_probe 685 arch/x86/pci/mmconfig-shared.c if (pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF) { pci_probe 698 arch/x86/pci/mmconfig-shared.c if ((pci_probe & PCI_PROBE_MMCONF) == 0) pci_probe 728 arch/x86/pci/mmconfig-shared.c if (!(pci_probe & PCI_PROBE_MMCONF) || pci_mmcfg_arch_init_failed) pci_probe 174 arch/x86/pci/pcbios.c pci_probe &= ~PCI_PROBE_CONF1; pci_probe 176 arch/x86/pci/pcbios.c pci_probe &= ~PCI_PROBE_CONF2; pci_probe 424 arch/x86/pci/pcbios.c if ((pci_probe & PCI_PROBE_BIOS) pci_probe 1395 arch/x86/xen/enlighten_pv.c pci_probe &= ~PCI_PROBE_BIOS; pci_probe 3857 drivers/firewire/ohci.c .probe = pci_probe, pci_probe 225 drivers/xen/pci.c if ((pci_probe & PCI_PROBE_MMCONF) == 0)