Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c119 mmap_avail_at (unsigned long bottom) in mmap_avail_at() function
217 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()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog4400 (mmap_avail_at): Change the type of TOP to unsigned long long.
4719 * stage2/common.c (mmap_avail_at): New function, abstracted out
4721 (init_bios_info): Use mmap_avail_at for _both_ MBI.MEM_UPPER and