Searched refs:boot_map (Results 1 – 2 of 2) sorted by relevance
31 struct efi_boot_memmap boot_map; in efi_low_alloc_above() local33 boot_map.map = ↦ in efi_low_alloc_above()34 boot_map.map_size = &map_size; in efi_low_alloc_above()35 boot_map.desc_size = &desc_size; in efi_low_alloc_above()36 boot_map.desc_ver = NULL; in efi_low_alloc_above()37 boot_map.key_ptr = NULL; in efi_low_alloc_above()38 boot_map.buff_size = &buff_size; in efi_low_alloc_above()40 status = efi_get_memory_map(&boot_map); in efi_low_alloc_above()
18 u32 boot_map; /* Boot Map Control Register */ member