Searched refs:firmware_map_add_early (Results 1 – 3 of 3) sorted by relevance
17 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) in firmware_map_add_early() function
137 * Common implementation of firmware_map_add() and firmware_map_add_early()277 * similar to function firmware_map_add_early(). The only difference is that312 * firmware_map_add_early() - Adds a firmware mapping entry.324 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 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
1123 firmware_map_add_early(entry->addr, entry->addr + entry->size, e820_type_to_string(entry)); in e820__reserve_resources()