Home
last modified time | relevance | path

Searched refs:virtio_mem_phys_to_mb_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_mem.c202 static unsigned long virtio_mem_phys_to_mb_id(unsigned long addr) in virtio_mem_phys_to_mb_id() function
221 const unsigned long mb_id = virtio_mem_phys_to_mb_id(addr); in virtio_mem_phys_to_sb_id()
651 const unsigned long mb_id = virtio_mem_phys_to_mb_id(start); in virtio_mem_memory_notifier_cb()
800 const unsigned long mb_id = virtio_mem_phys_to_mb_id(addr); in virtio_mem_online_page_cb()
1514 vm->last_usable_mb_id = virtio_mem_phys_to_mb_id(end_addr) - 1; in virtio_mem_refresh_config()
1696 vm->first_mb_id = virtio_mem_phys_to_mb_id(vm->addr - 1 + in virtio_mem_init()
1699 vm->last_mb_id = virtio_mem_phys_to_mb_id(vm->addr + in virtio_mem_init()
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_mem.c320 static unsigned long virtio_mem_phys_to_mb_id(unsigned long addr) in virtio_mem_phys_to_mb_id() function
357 const unsigned long mb_id = virtio_mem_phys_to_mb_id(addr); in virtio_mem_phys_to_sb_id()
998 id = virtio_mem_phys_to_mb_id(start); in virtio_mem_memory_notifier_cb()
1293 id = virtio_mem_phys_to_mb_id(addr); in virtio_mem_online_page()
2363 vm->sbm.last_usable_mb_id = virtio_mem_phys_to_mb_id(end_addr); in virtio_mem_refresh_config()
2549 vm->sbm.first_mb_id = virtio_mem_phys_to_mb_id(addr); in virtio_mem_init_hotplug()

Completed in 7 milliseconds