Searched refs:E820_RESERVED (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | e820.h | 43 #define E820_RESERVED 2 macro
|
/linux-2.6.39/arch/x86/kernel/ |
D | e820.c | 136 case E820_RESERVED: in e820_print_type() 765 e820_update_range_saved(addr, sizet, E820_RAM, E820_RESERVED); in early_reserve_e820() 902 e820_add_region(start_at, mem_size, E820_RESERVED); in parse_memmap_opt() 965 if (e820.map[i].type != E820_RESERVED || res->start < (1ULL<<20)) { in e820_reserve_resources()
|
D | setup.c | 646 E820_RAM, E820_RESERVED); in trim_bios_range() 858 E820_RESERVED); in setup_arch()
|
D | tboot.c | 69 boot_params.tboot_addr, E820_RESERVED)) { in tboot_probe()
|
D | aperture_64.c | 330 e820_add_region(aper_base, aper_size, E820_RESERVED); in early_gart_iommu_check()
|
/linux-2.6.39/arch/x86/platform/efi/ |
D | efi.c | 254 e820_type = E820_RESERVED; in do_add_efi_memmap() 271 e820_type = E820_RESERVED; in do_add_efi_memmap()
|
/linux-2.6.39/arch/x86/xen/ |
D | setup.c | 276 E820_RESERVED); in xen_memory_setup()
|
/linux-2.6.39/arch/x86/kernel/cpu/ |
D | centaur.c | 60 if (e820.map[i].type == E820_RESERVED) { in ramtop()
|
/linux-2.6.39/arch/x86/platform/visws/ |
D | visws_quirks.c | 111 e820_add_region(sgivwfb_mem_phys, sgivwfb_mem_size, E820_RESERVED); in visws_memory_setup()
|
/linux-2.6.39/arch/x86/pci/ |
D | mmconfig-shared.c | 445 while (!is_reserved(addr, addr + size, E820_RESERVED)) { in is_mmconf_reserved()
|
/linux-2.6.39/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()
|