Searched refs:pci_use_e820 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/pci/
H A Dacpi.c25 bool pci_use_e820 = true; variable
52 pci_use_e820 = false;
224 pci_use_e820 = false;
243 pci_use_e820 = false;
245 pci_use_e820 = true;
248 pci_use_e820 ? "Using" : "Ignoring");
/linux-master/arch/x86/kernel/
H A Dresource.c35 if (!pci_use_e820)
/linux-master/arch/x86/include/asm/
H A Dpci_x86.h253 extern bool pci_use_e820;
255 #define pci_use_e820 false macro

Completed in 119 milliseconds