boot_memlist
struct boot_memlist *memlist;
struct boot_memlist *ml;
RELOC(memlist, struct boot_memlist *) =
(struct boot_memlist *)end_loaded;
ml = &RELOC(*(struct boot_memlist *)end_loaded, struct boot_memlist);
end_loaded = (vaddr_t)&((RELOC(memlist, struct boot_memlist *))->
extern struct boot_memlist *memlist;
struct boot_memlist memlist;
struct boot_memlist *kmemlist;
kmemlist = (struct boot_memlist *)kcd;
struct boot_memlist *memlist;
memlist = (struct boot_memlist *)end_loaded;