Lines Matching +full:configuration +full:- +full:dependent
1 // SPDX-License-Identifier: GPL-2.0
9 * efi_get_memory_map() - get memory map
13 * configuration table
44 * Installing a configuration table might allocate memory, and in efi_get_memory_map()
46 * the configuration table first, and re-install or delete it in efi_get_memory_map()
54 m->buff_size = m->map_size = size; in efi_get_memory_map()
55 status = efi_bs_call(get_memory_map, &m->map_size, m->map, &m->map_key, in efi_get_memory_map()
56 &m->desc_size, &m->desc_ver); in efi_get_memory_map()
68 * efi_allocate_pages() - Allocate memory pages
72 * architecture dependent multiple of the page size.
95 alloc_addr = ALIGN_DOWN(max + 1, EFI_ALLOC_ALIGN) - 1; in efi_allocate_pages()
107 * efi_free() - free memory pages