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