Searched refs:firmware_map_add_early (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dfirmware-map.h17 int firmware_map_add_early(u64 start, u64 end, const char *type);
23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) function
/linux-master/drivers/firmware/
H A Dmemmap.c137 * Common implementation of firmware_map_add() and firmware_map_add_early()
277 * similar to function firmware_map_add_early(). The only difference is that
312 * firmware_map_add_early() - Adds a firmware mapping entry.
324 int __init firmware_map_add_early(u64 start, u64 end, const char *type) function
403 * sysfs. Important is that firmware_map_add() and firmware_map_add_early()
406 * firmware_map_add() or firmware_map_add_early() afterwards, the entries
/linux-master/arch/x86/kernel/
H A De820.c1184 firmware_map_add_early(entry->addr, entry->addr + entry->size, e820_type_to_string(entry));

Completed in 675 milliseconds