Home
last modified time | relevance | path

Searched refs:mmap_avail_at (Results 1 – 2 of 2) sorted by relevance

/external/grub/stage2/
Dcommon.c106 mmap_avail_at (unsigned long bottom) in mmap_avail_at() function
204 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()
/external/grub/
DChangeLog4241 (mmap_avail_at): Change the type of TOP to unsigned long long.
4560 * stage2/common.c (mmap_avail_at): New function, abstracted out
4562 (init_bios_info): Use mmap_avail_at for _both_ MBI.MEM_UPPER and