HomeSort by relevance Sort by last modified time
    Searched refs:mem_lower (Results 1 - 10 of 10) sorted by null

  /external/grub/docs/
multiboot.h 83 unsigned long mem_lower; member in struct:multiboot_info
multiboot.h.texi 83 unsigned long mem_lower;
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);
  /external/grub/stage2/
smp-imps.c 720 unsigned mem_lower = ((CMOS_READ_BYTE (CMOS_BASE_MEMORY + 1) << 8) local
732 if (mem_lower < 512 * 1024 || mem_lower > 640 * 1024)
737 if (ebda_addr > mem_lower - 1024
739 * 1024 > mem_lower)
745 || (!ebda_addr && imps_scan (mem_lower - 1024, 1024))
mb_info.h 112 unsigned long mem_lower; member in struct:multiboot_info
common.c 153 mbi.mem_lower = get_memsize (0);
204 mbi.mem_lower = mmap_avail_at (0) >> 10;
239 fakemap[0].Length = (mbi.mem_lower << 10);
boot.c 232 = (char *) ((mbi.mem_lower << 10) - LINUX_SETUP_MOVE_SIZE);
279 > RAW_ADDR ((char *) (mbi.mem_lower << 10)))
861 int mem_upper, int mem_lower)
961 bi.bi_basemem = mbi.mem_lower;
1018 extended_memory, mbi.mem_lower);
char_io.c 242 version_string, mbi.mem_lower, mbi.mem_upper);
1212 && RAW_ADDR (mbi.mem_lower * 1024) < (addr + len))
builtins.c 925 mbi.mem_lower, mbi.mem_upper);
    [all...]

Completed in 83 milliseconds