Searched refs:e820_type_to_string (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/x86/kernel/
H A De820.c1062 static const char *__init e820_type_to_string(struct e820_entry *entry) function
1165 res->name = e820_type_to_string(entry);
1185 firmware_map_add_early(entry->addr, entry->addr + entry->size, e820_type_to_string(entry));

Completed in 219 milliseconds