bootmem_props
} bootmem_props[3];
compact_promlist(struct bootmem_props *bpp)
sort_promlist(struct bootmem_props *bpp)
struct bootmem_props *tmp;
tmp = &bootmem_props[PHYSINSTALLED];
tmp = &bootmem_props[PHYSAVAIL];
tmp = &bootmem_props[VIRTAVAIL];
struct bootmem_props *il, *pl, *vl;
pl = &bootmem_props[PHYSAVAIL];
vl = &bootmem_props[VIRTAVAIL];
il = &bootmem_props[PHYSINSTALLED];