Searched refs:efi_memory_type (Results 1 – 2 of 2) sorted by relevance
33 static const char *efi_memory_type[] = { variable398 if (md->Type >= __arraycount(efi_memory_type)) in efi_memory_show_map()402 md->Type >= __arraycount(efi_memory_type) ? in efi_memory_show_map()403 efimemstr : efi_memory_type[md->Type], in efi_memory_show_map()
65 static const char *efi_memory_type[] = { variable362 if (md->Type < __arraycount(efi_memory_type)) in command_mem()363 mem_type = efi_memory_type[md->Type]; in command_mem()