Searched refs:boot_map (Results 1 – 2 of 2) sorted by relevance
140 struct efi_boot_memmap boot_map; in get_dram_base() local142 boot_map.map = (efi_memory_desc_t **)&map.map; in get_dram_base()143 boot_map.map_size = &map_size; in get_dram_base()144 boot_map.desc_size = &map.desc_size; in get_dram_base()145 boot_map.desc_ver = NULL; in get_dram_base()146 boot_map.key_ptr = NULL; in get_dram_base()147 boot_map.buff_size = &buff_size; in get_dram_base()149 status = efi_get_memory_map(sys_table_arg, &boot_map); in get_dram_base()180 struct efi_boot_memmap boot_map; in efi_high_alloc() local182 boot_map.map = ↦ in efi_high_alloc()[all …]
637 struct efi_boot_memmap boot_map; in allocate_e820() local642 boot_map.map = ↦ in allocate_e820()643 boot_map.map_size = &map_size; in allocate_e820()644 boot_map.desc_size = &desc_size; in allocate_e820()645 boot_map.desc_ver = NULL; in allocate_e820()646 boot_map.key_ptr = NULL; in allocate_e820()647 boot_map.buff_size = &buff_size; in allocate_e820()649 status = efi_get_memory_map(sys_table, &boot_map); in allocate_e820()