Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/pci/
Dcommon.c24 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
530 pci_probe = PCI_PROBE_BIOS; in pcibios_setup()
533 pci_probe &= ~PCI_PROBE_BIOS; in pcibios_setup()
Dpcbios.c424 if ((pci_probe & PCI_PROBE_BIOS) in pci_pcbios_init()
/linux-6.6.21/arch/x86/include/asm/
Dpci_x86.h25 #define PCI_PROBE_BIOS 0x0001 macro
/linux-6.6.21/arch/x86/xen/
Denlighten_pv.c1500 pci_probe &= ~PCI_PROBE_BIOS; in xen_start_kernel()