Home
last modified time | relevance | path

Searched refs:e820_map (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/x86/boot/
Dmemory.c24 struct e820entry *desc = boot_params.e820_map; in detect_memory_e820()
69 } while (ireg.ebx && count < ARRAY_SIZE(boot_params.e820_map)); in detect_memory_e820()
/linux-2.6.39/Documentation/x86/
Dzero-page.txt26 1E8/001 ALL e820_entries Number of entries in e820_map (below)
31 2D0/A00 ALL e820_map E820 memory map table
/linux-2.6.39/arch/x86/include/asm/
Dbootparam.h117 struct e820entry e820_map[E820MAX]; /* 0x2d0 */ member
/linux-2.6.39/arch/x86/lguest/
Dboot.c1147 e820_add_region(boot_params.e820_map[0].addr, in lguest_memory_setup()
1148 boot_params.e820_map[0].size, in lguest_memory_setup()
1149 boot_params.e820_map[0].type); in lguest_memory_setup()
/linux-2.6.39/arch/x86/kernel/
De820.c1045 sanitize_e820_map(boot_params.e820_map, in default_machine_specific_memory_setup()
1046 ARRAY_SIZE(boot_params.e820_map), in default_machine_specific_memory_setup()
1049 if (append_e820_map(boot_params.e820_map, boot_params.e820_entries) in default_machine_specific_memory_setup()
/linux-2.6.39/drivers/lguest/
Dpage_tables.c1056 if (copy_from_user(&mem, &boot->e820_map[0].size, sizeof(mem)) in init_guest_pagetable()
/linux-2.6.39/Documentation/lguest/
Dlguest.c2020 boot->e820_map[0] = ((struct e820entry) { 0, mem, E820_RAM }); in main()