Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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
/linux-6.1.9/drivers/firmware/
Dmemmap.c324 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() function
/linux-6.1.9/arch/x86/kernel/
De820.c1197 firmware_map_add_early(entry->addr, entry->addr + entry->size, e820_type_to_string(entry)); in e820__reserve_resources()