Home
last modified time | relevance | path

Searched refs:mmap_length (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c129 addr < mbi.mmap_addr + mbi.mmap_length; in mmap_avail_at()
191 mbi.mmap_length = 0; in init_bios_info()
202 mbi.mmap_length += *((unsigned long *) addr) + 4; in init_bios_info()
207 if (mbi.mmap_length) in init_bios_info()
222 addr < mbi.mmap_addr + mbi.mmap_length; in init_bios_info()
251 mbi.mmap_length = sizeof (fakemap); in init_bios_info()
H A Dmb_info.h150 unsigned long mmap_length; member
H A Dcmdline.c112 if (mbi.mmap_length) in init_cmdline()
H A Dbuiltins.c1291 int end_addr = mbi.mmap_addr + mbi.mmap_length; in displaymem_func()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dkernel.c139 (unsigned) mbi->mmap_addr, (unsigned) mbi->mmap_length); in cmain()
141 (unsigned long) mmap < mbi->mmap_addr + mbi->mmap_length; in cmain()
H A Dmultiboot.h94 unsigned long mmap_length; member
H A Dkernel.c.texi138 printf ("mmap_addr = 0x%x, mmap_length = 0x%x\n",
139 (unsigned) mbi->mmap_addr, (unsigned) mbi->mmap_length);
141 (unsigned long) mmap < mbi->mmap_addr + mbi->mmap_length;
H A Dmultiboot.h.texi94 unsigned long mmap_length;
H A Dmultiboot.info594 44 | mmap_length | (present if flags[6] is set)
748 address, and `mmap_length' is the total size of the buffer. The buffer
1148 unsigned long mmap_length;
1408 printf ("mmap_addr = 0x%x, mmap_length = 0x%x\n",
1409 (unsigned) mbi->mmap_addr, (unsigned) mbi->mmap_length);
1411 (unsigned long) mmap < mbi->mmap_addr + mbi->mmap_length;
H A Dmultiboot.texi630 44 | mmap_length | (present if flags[6] is set)
803 the address, and @samp{mmap_length} is the total size of the buffer. The
/titanic_41/usr/src/uts/common/sys/
H A Dmultiboot.h166 uint32_t mmap_length; member
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1126 DBG(mb_info->mmap_length); in init_mem_alloc()
1127 check_higher(mb_info->mmap_addr + mb_info->mmap_length); in init_mem_alloc()
1130 (uint32_t)mmap < mb_info->mmap_addr + mb_info->mmap_length; in init_mem_alloc()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfastboot.c564 saved_mbi.mmap_length); in fastboot_build_mbi()
565 offs += saved_mbi.mmap_length; in fastboot_build_mbi()
H A Dfakebop.c1163 if (mbi->mmap_length > sizeof (saved_mmap)) { in save_boot_info()
1169 mbi->mmap_length); in save_boot_info()