Searched refs:E820_RESERVED (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | e820.h | 31 #define E820_RESERVED 2 macro
|
/linux-4.1.27/arch/x86/kernel/ |
D | e820.c | 140 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()
|
D | setup.c | 767 e820_update_range(0, PAGE_SIZE, E820_RAM, E820_RESERVED); in trim_bios_range() 1049 E820_RESERVED); in setup_arch()
|
D | aperture_64.c | 319 e820_add_region(aper_base, aper_size, E820_RESERVED); in early_gart_iommu_check()
|
D | tboot.c | 72 boot_params.tboot_addr, E820_RESERVED)) { in tboot_probe()
|
D | early-quirks.c | 573 e820_add_region(start, size, E820_RESERVED); in intel_graphics_stolen()
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi.c | 145 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/ |
D | mmconfig-shared.c | 455 while (!is_reserved(addr, addr + size, E820_RESERVED)) { in is_mmconf_reserved()
|
/linux-4.1.27/arch/x86/xen/ |
D | setup.c | 685 E820_RESERVED); in xen_memory_setup()
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | cleanup.c | 857 return e820_update_range(trim_start, trim_size, E820_RAM, E820_RESERVED); in real_trim_memory()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 1212 e820_type = E820_RESERVED; in setup_e820()
|