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

  /src/sys/arch/virt68k/include/
bootinfo.h 146 extern vaddr_t bootinfo_end;
  /src/sys/arch/virt68k/virt68k/
bootinfo.c 57 vaddr_t bootinfo_end; variable in typeref:typename:vaddr_t
293 /* Set bootinfo_end to be just past the BI_LAST record. */
294 bootinfo_end = (vaddr_t)bootinfo_next(bi);
locore.s 131 * bootinfo in bootinfo_end. That represents the end of
135 RELOC(bootinfo_end,%a0)

Completed in 44 milliseconds