Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/uapi/asm/
De820.h31 #define E820_RESERVED 2 macro
/linux-4.4.14/arch/x86/kernel/
De820.c140 case E820_RESERVED: in e820_print_type()
735 e820_update_range_saved(addr, size, E820_RAM, E820_RESERVED); in early_reserve_e820()
877 e820_add_region(start_at, mem_size, E820_RESERVED); in parse_memmap_one()
939 case E820_RESERVED: in do_mark_busy()
Dsetup.c754 e820_update_range(0, PAGE_SIZE, E820_RAM, E820_RESERVED); in trim_bios_range()
1031 E820_RESERVED); in setup_arch()
Dtboot.c72 boot_params.tboot_addr, E820_RESERVED)) { in tboot_probe()
Daperture_64.c322 e820_add_region(aper_base, aper_size, E820_RESERVED); in early_gart_iommu_check()
Dearly-quirks.c574 e820_add_region(start, size, E820_RESERVED); in intel_graphics_stolen()
/linux-4.4.14/arch/x86/platform/efi/
Defi.c166 e820_type = E820_RESERVED; in do_add_efi_memmap()
186 e820_type = E820_RESERVED; in do_add_efi_memmap()
/linux-4.4.14/arch/x86/pci/
Dmmconfig-shared.c455 while (!is_reserved(addr, addr + size, E820_RESERVED)) { in is_mmconf_reserved()
/linux-4.4.14/arch/x86/xen/
Dsetup.c862 E820_RESERVED); in xen_memory_setup()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dcleanup.c858 return e820_update_range(trim_start, trim_size, E820_RAM, E820_RESERVED); in real_trim_memory()
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c1224 e820_type = E820_RESERVED; in setup_e820()