Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/virtio/
Dvirtio_mem.c210 static unsigned long virtio_mem_mb_id_to_phys(unsigned long mb_id) in virtio_mem_mb_id_to_phys() function
222 const unsigned long mb_addr = virtio_mem_mb_id_to_phys(mb_id); in virtio_mem_phys_to_sb_id()
408 const uint64_t addr = virtio_mem_mb_id_to_phys(mb_id); in virtio_mem_mb_add()
442 const uint64_t addr = virtio_mem_mb_id_to_phys(mb_id); in virtio_mem_mb_remove()
463 const uint64_t addr = virtio_mem_mb_id_to_phys(mb_id); in virtio_mem_mb_offline_and_remove()
505 unsigned long dev_start = virtio_mem_mb_id_to_phys(vm->first_mb_id); in virtio_mem_overlaps_range()
506 unsigned long dev_end = virtio_mem_mb_id_to_phys(vm->last_mb_id) + in virtio_mem_overlaps_range()
604 pfn = PFN_DOWN(virtio_mem_mb_id_to_phys(mb_id) + in virtio_mem_notify_going_offline()
630 pfn = PFN_DOWN(virtio_mem_mb_id_to_phys(mb_id) + in virtio_mem_notify_cancel_offline()
945 const uint64_t addr = virtio_mem_mb_id_to_phys(mb_id) + in virtio_mem_mb_plug_sb()
[all …]