Lines Matching full:allocated
11 * newly allocated memory map
15 * Retrieve the UEFI memory map. The allocated memory leaves room for
70 * @addr: On return the address of the first allocated page. The first
71 * allocated page has alignment EFI_ALLOC_ALIGN which is an
73 * @max: the address that the last allocated memory page shall not
76 * Allocate pages as EFI_LOADER_DATA. The allocated pages are aligned according
77 * to EFI_ALLOC_ALIGN. The last allocated page will not exceed the address
114 * only be used to return pages allocated with efi_allocate_pages() or
131 * @align: minimum alignment of the allocated memory area. It should
133 * @addr: on exit the address of the allocated memory
137 * EFI_LOADER_DATA. The allocated pages are aligned according to @align but at
138 * least EFI_ALLOC_ALIGN. The first allocated page will not below the address