HomeSort by relevance Sort by last modified time
    Searched full:mem_upper (Results 1 - 14 of 14) sorted by null

  /external/grub/stage2/
common.c 154 mbi.mem_upper = get_memsize (1);
167 extended_memory = mbi.mem_upper;
170 * The "mbi.mem_upper" variable only recognizes upper memory in the
205 mbi.mem_upper = mmap_avail_at (0x100000) >> 10;
244 mbi.mem_upper = memtmp;
247 saved_mem_upper = mbi.mem_upper;
cmdline.c 109 mbi.mem_upper = saved_mem_upper;
mb_info.h 113 unsigned long mem_upper; member in struct:multiboot_info
boot.c 824 moveto = (mbi.mem_upper + 0x400) << 10;
861 int mem_upper, int mem_lower)
char_io.c 242 version_string, mbi.mem_lower, mbi.mem_upper);
1214 && RAW_ADDR (mbi.mem_upper * 1024) < ((addr - 0x100000) + len)))
gunzip.c 172 linalloc_topaddr = RAW_ADDR ((mbi.mem_upper << 10) + 0x100000);
    [all...]
builtins.c 925 mbi.mem_lower, mbi.mem_upper);
    [all...]
  /external/grub/docs/
multiboot.h 84 unsigned long mem_upper; member in struct:multiboot_info
multiboot.h.texi 84 unsigned long mem_upper;
kernel.c 75 printf ("mem_lower = %uKB, mem_upper = %uKB\n",
76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
kernel.c.texi 75 printf ("mem_lower = %uKB, mem_upper = %uKB\n",
76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
multiboot.info 582 8 | mem_upper | (present if flags[0] is set)
623 valid. `mem_lower' and `mem_upper' indicate the amount of lower and
    [all...]
multiboot.texi 618 8 | mem_upper | (present if flags[0] is set)
661 are valid. @samp{mem_lower} and @samp{mem_upper} indicate the amount of
    [all...]
  /external/grub/
ChangeLog     [all...]

Completed in 302 milliseconds