Searched refs:mod_start (Results 1 – 12 of 12) sorted by relevance
/titanic_41/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_41/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_41/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 731 DBG(xen_info->mod_start); in init_mem_alloc() 732 modules[0].bm_addr = xen_info->mod_start; in init_mem_alloc() 910 (ulong_t)mod->mod_start, (ulong_t)mod->mod_end); in process_module() 913 if (mod->mod_start > mod->mod_end) { in process_module() 916 (ulong_t)mod->mod_start, (ulong_t)mod->mod_end); in process_module() 937 modules[midx].bm_addr = mod->mod_start; in process_module() 938 modules[midx].bm_size = mod->mod_end - mod->mod_start; in process_module()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | multiboot.h | 81 caddr32_t mod_start; member
|
/titanic_41/usr/src/uts/common/xen/public/ |
H A D | xen.h | 571 unsigned long mod_start; /* VIRTUAL address of pre-loaded module. */ member
|
/titanic_41/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()
|