Searched refs:e820 (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A De820.c16 #include <asm/e820.h>
24 struct e820map e820; variable in typeref:struct:e820map
253 * and also for regions reported as reserved by the e820.
261 for (i = 0; i < e820.nr_map; i++) {
264 if (e820.map[i].addr + e820.map[i].size > 0x100000000ULL)
268 switch (e820.map[i].type) {
274 res->start = e820.map[i].addr;
275 res->end = res->start + e820.map[i].size - 1;
281 if (e820
[all...]
H A DMakefile9 pci-dma.o i386_ksyms.o i387.o bootflag.o e820.o\
H A Dsetup.c53 #include <asm/e820.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A De820.c25 #include <asm/e820.h>
30 struct e820map e820; variable in typeref:struct:e820map
39 * end_pfn only includes RAM, while end_pfn_map includes all e820 entries.
106 for (i = 0; i < e820.nr_map; i++) {
107 struct e820entry *ei = &e820.map[i];
121 * Note: this function only works correct if the e820 table is sorted and
127 for (i = 0; i < e820.nr_map; i++) {
128 struct e820entry *ei = &e820.map[i];
153 for (i = 0; i < e820.nr_map; i++) {
154 struct e820entry *ei = &e820
[all...]
H A DMakefile10 setup64.o bootflag.o e820.o reboot.o quirks.o i8237.o \
H A Daperture.c11 #include <asm/e820.h>
84 printk("Aperture pointing to e820 RAM. Ignoring.\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A De820.h2 * structures and definitions for the int 15, ax=e820 memory map
37 extern struct e820map e820;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dsetup.c9 #include <asm/e820.h>
70 e820.nr_map = 0;
96 who = "BIOS-e820";
117 e820.nr_map = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-default/
H A Dsetup.c10 #include <asm/e820.h>
154 who = "BIOS-e820";
175 e820.nr_map = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcentaur.c6 #include <asm/e820.h>
49 for (i = 0; i < e820.nr_map; i++) {
52 if (e820.map[i].addr > 0xFFFFFFFFUL)
59 if (e820.map[i].type == E820_RESERVED)
61 if(e820.map[i].addr >= 0x100000UL && e820.map[i].addr < clip)
62 clip = e820.map[i].addr;
65 start = e820.map[i].addr;
66 end = e820.map[i].addr + e820
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A De820.h2 * structures and definitions for the int 15, ax=e820 memory map
57 extern struct e820map e820;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dinit.c41 #include <asm/e820.h>
218 for (i = 0; i < e820.nr_map; i++) {
220 if (e820.map[i].type != E820_RAM) /* not usable memory */
222 addr = (e820.map[i].addr+PAGE_SIZE-1) >> PAGE_SHIFT;
223 end = (e820.map[i].addr+e820.map[i].size) >> PAGE_SHIFT;
H A Ddiscontig.c36 #include <asm/e820.h>
H A Dpgtable.c22 #include <asm/e820.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-visws/
H A Dsetup.c14 #include <asm/e820.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dmmconfig.c15 #include <asm/e820.h>
H A Dmmconfig-shared.c17 #include <asm/e820.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dk8topology.c19 #include <asm/e820.h>
H A Dsrat.c22 #include <asm/e820.h>
372 "SRAT: PXMs only cover %luMB of your %luMB e820 RAM. Not used.\n",
H A Dinit.c39 #include <asm/e820.h>
657 /* Should check here against the e820 map to avoid double free */
H A Dnuma.c15 #include <asm/e820.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/pci/
H A Dmmconfig.c12 #include <asm/e820.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S7 #include <asm/e820.h>
306 movl $0x0000e820, %eax # e820, upper word zeroed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S7 #include <asm/e820.h>
312 movl $0x0000e820, %eax # e820, upper word zeroed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Damd64-agp.c17 #include <asm/e820.h>

Completed in 143 milliseconds

12