Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/pci/
H A Dpcbios.c32 int pcibios_enabled; variable
47 pcibios_enabled = 1; in set_bios_x()
/openbmc/linux/arch/x86/include/asm/
H A Dpci.h89 extern int pcibios_enabled;
/openbmc/linux/arch/x86/mm/
H A Ddump_pagetables.c238 if (pcibios_enabled && st->start_address >= PAGE_OFFSET + BIOS_BEGIN && in note_wx()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c452 if (pcibios_enabled && overlaps(spfn, epfn, BIOS_PFN, BIOS_PFN_END)) in protect_pci_bios()