Home
last modified time | relevance | path

Searched refs:BIOS_END (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/uapi/asm/
De820.h73 #define BIOS_END 0x00100000 macro
/arch/x86/pci/
Di386.c167 if (start < BIOS_END) in pcibios_align_resource()
168 start = BIOS_END; in pcibios_align_resource()
Dpcbios.c45 set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT); in set_bios_x()
/arch/x86/kernel/
Dsetup.c762 e820_remove_range(BIOS_BEGIN, BIOS_END - BIOS_BEGIN, E820_RAM, 1); in trim_bios_range()
/arch/x86/mm/
Dpageattr.c262 if (pcibios_enabled && within(pfn, BIOS_BEGIN >> PAGE_SHIFT, BIOS_END >> PAGE_SHIFT)) in static_protections()