Home
last modified time | relevance | path

Searched refs:PCI_NO_E820 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/pci/
Dacpi.c240 if (pci_probe & PCI_NO_E820) in pci_acpi_crs_quirks()
247 if (pci_probe & (PCI_NO_E820 | PCI_USE_E820)) in pci_acpi_crs_quirks()
Dcommon.c603 pci_probe |= PCI_NO_E820; in pcibios_setup()
/linux-6.1.9/arch/x86/include/asm/
Dpci_x86.h46 #define PCI_NO_E820 0x1000000 macro