Searched refs:mem_lower (Results 1 - 10 of 10) sorted by relevance

/external/grub/docs/
H A Dmultiboot.h83 unsigned long mem_lower; member in struct:multiboot_info
H A Dmultiboot.h.texi83 unsigned long mem_lower;
H A Dkernel.c75 printf ("mem_lower = %uKB, mem_upper = %uKB\n",
76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
H A Dkernel.c.texi75 printf ("mem_lower = %uKB, mem_upper = %uKB\n",
76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
/external/grub/stage2/
H A Dsmp-imps.c720 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))
H A Dmb_info.h112 unsigned long mem_lower; member in struct:multiboot_info
H A Dcommon.c153 mbi.mem_lower = get_memsize (0);
204 mbi.mem_lower = mmap_avail_at (0) >> 10;
239 fakemap[0].Length = (mbi.mem_lower << 10);
H A Dboot.c232 = (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);
860 bsd_boot_entry(int flags, int bootdev, int sym_start, int sym_end, int mem_upper, int mem_lower) argument
H A Dchar_io.c242 version_string, mbi.mem_lower, mbi.mem_upper);
1212 && RAW_ADDR (mbi.mem_lower * 1024) < (addr + len))
H A Dbuiltins.c925 mbi.mem_lower, mbi.mem_upper);

Completed in 1647 milliseconds