Home
last modified time | relevance | path

Searched refs:E820_RESERVED (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
De820.h31 #define E820_RESERVED 2 macro
/linux-4.1.27/arch/x86/kernel/
De820.c140 case E820_RESERVED: in e820_print_type()
734 e820_update_range_saved(addr, size, E820_RAM, E820_RESERVED); in early_reserve_e820()
876 e820_add_region(start_at, mem_size, E820_RESERVED); in parse_memmap_one()
955 if (((e820.map[i].type != E820_RESERVED) && in e820_reserve_resources()
Dsetup.c767 e820_update_range(0, PAGE_SIZE, E820_RAM, E820_RESERVED); in trim_bios_range()
1049 E820_RESERVED); in setup_arch()
Daperture_64.c319 e820_add_region(aper_base, aper_size, E820_RESERVED); in early_gart_iommu_check()
Dtboot.c72 boot_params.tboot_addr, E820_RESERVED)) { in tboot_probe()
Dearly-quirks.c573 e820_add_region(start, size, E820_RESERVED); in intel_graphics_stolen()
/linux-4.1.27/arch/x86/platform/efi/
Defi.c145 e820_type = E820_RESERVED; in do_add_efi_memmap()
162 e820_type = E820_RESERVED; in do_add_efi_memmap()
/linux-4.1.27/arch/x86/pci/
Dmmconfig-shared.c455 while (!is_reserved(addr, addr + size, E820_RESERVED)) { in is_mmconf_reserved()
/linux-4.1.27/arch/x86/xen/
Dsetup.c685 E820_RESERVED); in xen_memory_setup()
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dcleanup.c857 return e820_update_range(trim_start, trim_size, E820_RAM, E820_RESERVED); in real_trim_memory()
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c1212 e820_type = E820_RESERVED; in setup_e820()