Searched refs:mod_end (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.h | 102 unsigned long mod_end; member
|
H A D | kernel.c | 99 (unsigned) mod->mod_end, in cmain()
|
H A D | kernel.c.texi | 97 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n", 99 (unsigned) mod->mod_end,
|
H A D | multiboot.h.texi | 102 unsigned long mod_end;
|
H A D | multiboot.info | 682 4 | mod_end | 1156 unsigned long mod_end; 1367 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n", 1369 (unsigned) mod->mod_end,
|
H A D | multiboot.texi | 727 4 | mod_end |
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | mb_info.h | 28 unsigned long mod_end; member
|
H A D | boot.c | 798 mll[mbi.mods_count].mod_end = cur_addr; in load_module()
|
/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 1019 return (((mb_module_t *)mb_info->mods_addr)[index].mod_end); in dboot_multiboot_modend() 1198 uint32_t mod_end = dboot_multiboot_modend(midx); in process_module() local 1202 check_higher(mod_end); in process_module() 1205 midx, cmdline, (ulong_t)mod_start, (ulong_t)mod_end); in process_module() 1208 if (mod_start > mod_end) { in process_module() 1211 (ulong_t)mod_start, (ulong_t)mod_end); in process_module() 1233 modules[midx].bm_size = mod_end - mod_start; in process_module()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | multiboot.h | 82 caddr32_t mod_end; member
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 544 mbp->mod_end = nk->fi_files[FASTBOOT_BOOTARCHIVE].fb_next_pa; in fastboot_build_mbi()
|