Searched refs:boot_mem_map (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dsetup.c58 struct boot_mem_map boot_mem_map; variable in typeref:struct:boot_mem_map
82 int x = boot_mem_map.nr_map;
83 struct boot_mem_map_entry *prev = boot_mem_map.map + x - 1;
105 boot_mem_map.map[x].addr = start;
106 boot_mem_map.map[x].size = size;
107 boot_mem_map.map[x].type = type;
108 boot_mem_map.nr_map++;
116 for (i = 0; i < boot_mem_map.nr_map; i++) {
118 field, (unsigned long long) boot_mem_map
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_mem.c107 for (i = 0; i < boot_mem_map.nr_map; i++) {
108 if (boot_mem_map.map[i].type != BOOT_MEM_ROM_DATA)
111 addr = boot_mem_map.map[i].addr;
113 addr, addr + boot_mem_map.map[i].size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dbootinfo.h234 struct boot_mem_map { struct
243 extern struct boot_mem_map boot_mem_map;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dbootinfo.h234 struct boot_mem_map { struct
243 extern struct boot_mem_map boot_mem_map;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/arc/
H A Dmemory.c152 for (i = 0; i < boot_mem_map.nr_map; i++) {
153 if (boot_mem_map.map[i].type != BOOT_MEM_ROM_DATA)
156 addr = boot_mem_map.map[i].addr;
158 addr, addr + boot_mem_map.map[i].size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dmemory.c175 for (i = 0; i < boot_mem_map.nr_map; i++) {
176 if (boot_mem_map.map[i].type != BOOT_MEM_ROM_DATA)
179 addr = boot_mem_map.map[i].addr;
181 addr, addr + boot_mem_map.map[i].size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dinit.c322 for (i = 0; i < boot_mem_map.nr_map; i++) {
325 if (boot_mem_map.map[i].type != BOOT_MEM_RAM)
329 addr = PFN_UP(boot_mem_map.map[i].addr);
330 end = PFN_DOWN(boot_mem_map.map[i].addr +
331 boot_mem_map.map[i].size);

Completed in 116 milliseconds