Lines Matching defs:memory
157 console->Printf(_L(">> Memory %d k\n"), membytes / 1024);
330 struct btinfo_memory *memory;
358 /* Set memory size to bootinfo. */
369 memory = (struct btinfo_memory *)common;
370 memory->address = memmap->address;
371 memory->size = memmap->size KB;
372 common = &(memory + 1)->common;
382 memory = (struct btinfo_memory *)common;
383 memory->address = 0xc0000000; /* default is here */
384 memory->size = 4096 KB; /* XXXXX */
385 common = &(memory + 1)->common;
425 struct btinfo_memory *memory;
431 memory = (struct btinfo_memory *)entry;
432 memsize += memory->size;