Searched refs:firmware_map_remove (Results 1 – 3 of 3) sorted by relevance
28 int firmware_map_remove(u64 start, u64 end, const char *type);42 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove() function
353 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove() function
2052 firmware_map_remove(start, start + size, "System RAM"); in remove_memory()