Home
last modified time | relevance | path

Searched refs:pci_use_e820 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpci_x86.h253 extern bool pci_use_e820;
255 #define pci_use_e820 false macro
/linux/arch/x86/kernel/
H A Dresource.c35 if (!pci_use_e820) in remove_e820_regions()