Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemory_hotplug.h312 extern int offline_and_remove_memory(u64 start, u64 size);
/openbmc/linux/mm/
H A Dmemory_hotplug.c2317 int offline_and_remove_memory(u64 start, u64 size) in offline_and_remove_memory() function
2372 EXPORT_SYMBOL_GPL(offline_and_remove_memory);
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c743 rc = offline_and_remove_memory(addr, size); in virtio_mem_offline_and_remove_memory()