Home
last modified time | relevance | path

Searched refs:mem_upper (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c167 mbi.mem_upper = get_memsize (1); in init_bios_info()
180 extended_memory = mbi.mem_upper; in init_bios_info()
218 mbi.mem_upper = mmap_avail_at (0x100000) >> 10; in init_bios_info()
257 mbi.mem_upper = memtmp; in init_bios_info()
260 saved_mem_upper = mbi.mem_upper; in init_bios_info()
H A Dmb_info.h113 unsigned long mem_upper; member
H A Dcmdline.c111 mbi.mem_upper = saved_mem_upper; in init_cmdline()
H A Dfsys_zfs.h73 (RAW_ADDR((mbi.mem_upper << 10) + 0x100000) - ZFS_SCRATCH_SIZE))
H A Dchar_io.c262 version_string, mbi.mem_lower, mbi.mem_upper); in init_page()
1390 && RAW_ADDR (mbi.mem_upper * 1024) < ((addr - 0x100000) + len))) in memcheck()
H A Dboot.c834 moveto = (mbi.mem_upper + 0x400) << 10; in load_initrd()
871 int mem_upper, int mem_lower) in bsd_boot_entry() argument
H A Dexpand.c330 if ((mbi.mem_upper / 10240) * 11 >= min_mem64) in check_min_mem64()
H A Dgunzip.c176 linalloc_topaddr = RAW_ADDR ((mbi.mem_upper << 10) + 0x100000); in reset_linalloc()
H A Dbuiltins.c1285 mbi.mem_lower, mbi.mem_upper); in displaymem_func()
5409 if (! safe_parse_maxint (&arg, (int *) &mbi.mem_upper)) in uppermem_func()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h84 unsigned long mem_upper; member
H A Dkernel.c76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper); in cmain()
H A Dkernel.c.texi75 printf ("mem_lower = %uKB, mem_upper = %uKB\n",
76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
H A Dmultiboot.h.texi84 unsigned long mem_upper;
H A Dmultiboot.info582 8 | mem_upper | (present if flags[0] is set)
623 valid. `mem_lower' and `mem_upper' indicate the amount of lower and
1138 unsigned long mem_upper;
1345 printf ("mem_lower = %uKB, mem_upper = %uKB\n",
1346 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
H A Dmultiboot.texi618 8 | mem_upper | (present if flags[0] is set)
661 are valid. @samp{mem_lower} and @samp{mem_upper} indicate the amount of
/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h153 multiboot_uint32_t mem_upper; member
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h160 uint32_t mem_upper; /* # of pages above 1Meg */ member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot.c260 mb_info->mem_upper = bios_extmem / 1024; in multiboot_exec()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1128 *upper = mb_info->mem_upper; in dboot_multiboot_basicmeminfo()