Searched refs:efi_memmap (Results 1 – 3 of 3) sorted by relevance
29 extern void *efi_memmap;
1008 efi_memmap = efi_arch_allocate_mmap_buffer(info_size); in efi_exit_boot()1009 if ( !efi_memmap ) in efi_exit_boot()1016 efi_memmap, &map_key, in efi_exit_boot()1022 efi_arch_process_memory_map(SystemTable, efi_memmap, efi_memmap_size, in efi_exit_boot()1042 efi_memmap = (void *)efi_memmap + DIRECTMAP_VIRT_START; in efi_exit_boot()1412 EFI_MEMORY_DESCRIPTOR *desc = efi_memmap + i; in efi_init_memory()1504 mdesc_ver, efi_memmap); in efi_init_memory()1516 const EFI_MEMORY_DESCRIPTOR *desc = efi_memmap + i; in efi_init_memory()
53 void *__read_mostly efi_memmap; variable244 EFI_MEMORY_DESCRIPTOR *desc = efi_memmap + i; in efi_get_info()
Completed in 6 milliseconds