Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in firmware_map_add_early() function
/kernel/linux/linux-6.6/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) in firmware_map_add_early() function
/kernel/linux/linux-5.10/drivers/firmware/
H A Dmemmap.c136 * Common implementation of firmware_map_add() and firmware_map_add_early()
276 * similar to function firmware_map_add_early(). The only difference is that
311 * firmware_map_add_early() - Adds a firmware mapping entry.
323 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() function
402 * sysfs. Important is that firmware_map_add() and firmware_map_add_early()
405 * firmware_map_add() or firmware_map_add_early() afterwards, the entries
/kernel/linux/linux-6.6/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) 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
/kernel/linux/linux-5.10/arch/x86/kernel/
H A De820.c1197 firmware_map_add_early(entry->addr, entry->addr + entry->size, e820_type_to_string(entry)); in e820__reserve_resources()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A De820.c1199 firmware_map_add_early(entry->addr, entry->addr + entry->size, e820_type_to_string(entry)); in e820__reserve_resources()

Completed in 7 milliseconds