Searched refs:e820_map (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dmemory.c24 struct e820entry *desc = boot_params.e820_map;
69 } while (ireg.ebx && count < ARRAY_SIZE(boot_params.e820_map));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dbootparam.h116 struct e820entry e820_map[E820MAX]; /* 0x2d0 */ member in struct:boot_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c1133 e820_add_region(boot_params.e820_map[0].addr,
1134 boot_params.e820_map[0].size,
1135 boot_params.e820_map[0].type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A De820.c665 * boot_params.e820_map, others are passed via SETUP_E820_EXT node of
1176 sanitize_e820_map(boot_params.e820_map,
1177 ARRAY_SIZE(boot_params.e820_map),
1180 if (append_e820_map(boot_params.e820_map, boot_params.e820_entries)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c1056 if (copy_from_user(&mem, &boot->e820_map[0].size, sizeof(mem))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c2005 boot->e820_map[0] = ((struct e820entry) { 0, mem, E820_RAM });

Completed in 139 milliseconds