Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A Dvirtio_mem.c2751 const uint64_t device_end = vm->addr + vm->usable_region_size; in virtio_mem_vmcore_get_device_ram() local
2772 for (cur_start = device_start; cur_start < device_end; cur_start = cur_end) { in virtio_mem_vmcore_get_device_ram()
2774 cur_end = min_t(uint64_t, cur_end, device_end); in virtio_mem_vmcore_get_device_ram()