Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcrash_dump.h120 int (*get_device_ram)(struct vmcore_cb *cb, struct list_head *list); member
/linux-6.15/fs/proc/
H A Dvmcore.c95 if (!vmcore_open && cb->get_device_ram) in register_vmcore_cb()
1665 if (cb->get_device_ram(cb, &list)) { in vmcore_process_device_ram()
/linux-6.15/drivers/virtio/
H A Dvirtio_mem.c2826 vm->vmcore_cb.get_device_ram = virtio_mem_vmcore_get_device_ram; in virtio_mem_init_kdump()