Searched refs:mem_lower (Results 1 – 12 of 12) sorted by relevance
/external/grub/stage2/ |
D | smp-imps.c | 720 unsigned mem_lower = ((CMOS_READ_BYTE (CMOS_BASE_MEMORY + 1) << 8) in imps_probe() local 732 if (mem_lower < 512 * 1024 || mem_lower > 640 * 1024) in imps_probe() 737 if (ebda_addr > mem_lower - 1024 in imps_probe() 739 * 1024 > mem_lower) in imps_probe() 745 || (!ebda_addr && imps_scan (mem_lower - 1024, 1024)) in imps_probe()
|
D | common.c | 153 mbi.mem_lower = get_memsize (0); in init_bios_info() 204 mbi.mem_lower = mmap_avail_at (0) >> 10; in init_bios_info() 239 fakemap[0].Length = (mbi.mem_lower << 10); in init_bios_info()
|
D | boot.c | 232 = (char *) ((mbi.mem_lower << 10) - LINUX_SETUP_MOVE_SIZE); in load_image() 279 > RAW_ADDR ((char *) (mbi.mem_lower << 10))) in load_image() 861 int mem_upper, int mem_lower) in bsd_boot_entry() argument 961 bi.bi_basemem = mbi.mem_lower; in bsd_boot() 1018 extended_memory, mbi.mem_lower); in bsd_boot()
|
D | mb_info.h | 112 unsigned long mem_lower; member
|
D | char_io.c | 242 version_string, mbi.mem_lower, mbi.mem_upper); in init_page() 1212 && RAW_ADDR (mbi.mem_lower * 1024) < (addr + len)) in memcheck()
|
D | builtins.c | 912 mbi.mem_lower, mbi.mem_upper); in displaymem_func()
|
/external/grub/docs/ |
D | multiboot.h | 83 unsigned long mem_lower; member
|
D | kernel.c | 76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper); in cmain()
|
D | kernel.c.texi | 75 printf ("mem_lower = %uKB, mem_upper = %uKB\n", 76 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
|
D | multiboot.h.texi | 83 unsigned long mem_lower;
|
D | multiboot.info | 581 4 | mem_lower | (present if flags[0] is set) 623 valid. `mem_lower' and `mem_upper' indicate the amount of lower and 1137 unsigned long mem_lower; 1345 printf ("mem_lower = %uKB, mem_upper = %uKB\n", 1346 (unsigned) mbi->mem_lower, (unsigned) mbi->mem_upper);
|
D | multiboot.texi | 617 4 | mem_lower | (present if flags[0] is set) 661 are valid. @samp{mem_lower} and @samp{mem_upper} indicate the amount of
|