Home
last modified time | relevance | path

Searched refs:mod_end (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h102 unsigned long mod_end; member
H A Dkernel.c99 (unsigned) mod->mod_end, in cmain()
H A Dkernel.c.texi97 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n",
99 (unsigned) mod->mod_end,
H A Dmultiboot.h.texi102 unsigned long mod_end;
H A Dmultiboot.info682 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 Dmultiboot.texi727 4 | mod_end |
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h28 unsigned long mod_end; member
H A Dboot.c798 mll[mbi.mods_count].mod_end = cur_addr; in load_module()
/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1019 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 Dmultiboot.h82 caddr32_t mod_end; member
/titanic_50/usr/src/uts/i86pc/os/
H A Dfastboot.c544 mbp->mod_end = nk->fi_files[FASTBOOT_BOOTARCHIVE].fb_next_pa; in fastboot_build_mbi()