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

/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c265 grub_uint64_t aligned_start; local
273 aligned_start = (start + align - 1) & ~(align - 1);
274 if (aligned_start + size > end)
276 if (aligned_start == nobase)
277 aligned_start += align;
278 if (aligned_start + size > end)
280 mem = grub_efi_allocate_pages (aligned_start, size_pages);

Completed in 24 milliseconds