HomeSort by relevance Sort by last modified time
    Searched refs:mod_end (Results 1 - 6 of 6) sorted by null

  /external/grub/docs/
multiboot.h 102 unsigned long mod_end; member in struct:module
multiboot.h.texi 102 unsigned long mod_end;
kernel.c 97 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n",
99 (unsigned) mod->mod_end,
kernel.c.texi 97 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n",
99 (unsigned) mod->mod_end,
  /external/grub/stage2/
mb_info.h 26 /* the memory used goes from bytes 'mod_start' to 'mod_end-1' inclusive */
28 unsigned long mod_end; member in struct:mod_list
boot.c 788 mll[mbi.mods_count].mod_end = cur_addr;

Completed in 32 milliseconds