Searched refs:efi_mmap_entry (Results 1 – 1 of 1) sorted by relevance
126 const struct efi_memory_desc *efi_mmap_entry = get_efi_mmap_entry(); in init_e820_from_efi_mmap() local134 hv_e820[e820_idx].baseaddr = efi_mmap_entry[i].phys_addr; in init_e820_from_efi_mmap()135 hv_e820[e820_idx].length = efi_mmap_entry[i].num_pages * PAGE_SIZE; in init_e820_from_efi_mmap()142 switch (efi_mmap_entry[i].type) { in init_e820_from_efi_mmap()146 if ((efi_mmap_entry[i].attribute & EFI_MEMORY_WB) != 0UL) { in init_e820_from_efi_mmap()
Completed in 5 milliseconds