Searched refs:mmap_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c330 grub_efi_memory_descriptor_t *mmap_buf; local
351 mmap_buf = grub_efi_allocate_pages (0, page_align (mmap_size) >> 12);
352 if (! mmap_buf)
354 err = grub_efi_finish_boot_services (&mmap_size, mmap_buf, &map_key,
359 boot_param->efi_memmap = (grub_uint64_t)mmap_buf;

Completed in 21 milliseconds