Searched defs:mem_lower (Results 1 - 4 of 4) sorted by relevance

/external/grub/docs/
H A Dmultiboot.h83 unsigned long mem_lower; member in struct:multiboot_info
/external/grub/stage2/
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 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

Completed in 31 milliseconds