Searched refs:mod_start (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.h | 101 unsigned long mod_start; member
|
H A D | kernel.c | 98 (unsigned) mod->mod_start, in cmain()
|
H A D | kernel.c.texi | 97 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n", 98 (unsigned) mod->mod_start,
|
H A D | multiboot.h.texi | 101 unsigned long mod_start;
|
H A D | multiboot.info | 681 0 | mod_start | 1155 unsigned long mod_start; 1367 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n", 1368 (unsigned) mod->mod_start,
|
H A D | multiboot.texi | 726 0 | mod_start |
|
/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 914 DBG(xen_info->mod_start); in init_mem_alloc() 915 modules[0].bm_addr = xen_info->mod_start; in init_mem_alloc() 1001 return (((mb_module_t *)mb_info->mods_addr)[index].mod_start); in dboot_multiboot_modstart() 1197 uint32_t mod_start = dboot_multiboot_modstart(midx); in process_module() local 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() 1232 modules[midx].bm_addr = mod_start; in process_module() 1233 modules[midx].bm_size = mod_end - mod_start; in process_module()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | mb_info.h | 27 unsigned long mod_start; member
|
H A D | boot.c | 796 mll[mbi.mods_count].mod_start = cur_addr; in load_module()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | multiboot.h | 81 caddr32_t mod_start; member
|
/titanic_50/usr/src/uts/common/xen/public/ |
H A D | xen.h | 571 unsigned long mod_start; /* VIRTUAL address of pre-loaded module. */ member
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 543 mbp->mod_start = nk->fi_files[FASTBOOT_BOOTARCHIVE].fb_dest_pa; in fastboot_build_mbi()
|