HomeSort by: relevance | last modified time | path
    Searched refs:boot_memlist (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amiga/amiga/
memlist.h 37 struct boot_memlist { struct
47 extern struct boot_memlist *memlist;
amiga_init.c 121 struct boot_memlist *memlist;
223 struct boot_memlist *ml;
281 RELOC(memlist, struct boot_memlist *) =
282 (struct boot_memlist *)end_loaded;
283 ml = &RELOC(*(struct boot_memlist *)end_loaded, struct boot_memlist);
284 end_loaded = (vaddr_t)&((RELOC(memlist, struct boot_memlist *))->
  /src/sys/arch/amigappc/amigappc/
amiga_init.c 55 struct boot_memlist *memlist;
92 memlist = (struct boot_memlist *)end_loaded;
  /src/sys/arch/amiga/stand/loadbsd/
loadbsd.c 128 struct boot_memlist { struct
137 struct boot_memlist memlist;
138 struct boot_memlist *kmemlist;
413 kmemlist = (struct boot_memlist *)kcd;

Completed in 14 milliseconds