Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/vfio/
H A Dvfio-platform.h60 QEMUTimer *mmap_timer; /* allows fast-path resume after IRQ hit */ member
/openbmc/qemu/hw/vfio/
H A Dplatform.c174 timer_mod(vdev->mmap_timer, in vfio_intp_mmap_enable()
263 timer_mod(vdev->mmap_timer, in vfio_intp_interrupt()
471 vdev->mmap_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in vfio_populate_device()
497 timer_del(vdev->mmap_timer); in vfio_populate_device()
H A Dpci.h81 QEMUTimer *mmap_timer; /* enable mmaps after periods w/o interrupts */ member
H A Dpci.c75 timer_mod(vdev->intx.mmap_timer, in vfio_intx_mmap_enable()
97 timer_mod(vdev->intx.mmap_timer, in vfio_intx_interrupt()
318 timer_del(vdev->intx.mmap_timer); in vfio_intx_disable()
3303 vdev->intx.mmap_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in vfio_realize()
3370 if (vdev->intx.mmap_timer) { in vfio_realize()
3371 timer_free(vdev->intx.mmap_timer); in vfio_realize()
3409 if (vdev->intx.mmap_timer) { in vfio_exitfn()
3410 timer_free(vdev->intx.mmap_timer); in vfio_exitfn()