Searched refs:firmware_map_remove (Results 1 – 3 of 3) sorted by relevance
19 int firmware_map_remove(u64 start, u64 end, const char *type);33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove() function
346 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove() function
2112 firmware_map_remove(start, start + size, "System RAM"); in try_remove_memory()