Searched refs:mmap_avail_at (Results 1 – 2 of 2) sorted by relevance
119 mmap_avail_at (unsigned long bottom) in mmap_avail_at() function217 mbi.mem_lower = mmap_avail_at (0) >> 10; in init_bios_info()218 mbi.mem_upper = mmap_avail_at (0x100000) >> 10; in init_bios_info()
4400 (mmap_avail_at): Change the type of TOP to unsigned long long.4719 * stage2/common.c (mmap_avail_at): New function, abstracted out4721 (init_bios_info): Use mmap_avail_at for _both_ MBI.MEM_UPPER and