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

/linux-4.4.14/include/linux/
H A Dfirmware-map.h26 int firmware_map_add_early(u64 start, u64 end, const char *type);
32 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) firmware_map_add_early() function
/linux-4.4.14/drivers/firmware/
H A Dmemmap.c145 * Common implementation of firmware_map_add() and firmware_map_add_early()
285 * similar to function firmware_map_add_early(). The only difference is that
320 * firmware_map_add_early() - Adds a firmware mapping entry.
332 int __init firmware_map_add_early(u64 start, u64 end, const char *type) firmware_map_add_early() function
410 * sysfs. Important is that firmware_map_add() and firmware_map_add_early()
413 * firmware_map_add() or firmware_map_add_early() afterwards, the entries
/linux-4.4.14/arch/x86/kernel/
H A De820.c986 firmware_map_add_early(entry->addr, e820_reserve_resources()

Completed in 144 milliseconds