Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dplatform.c170 QEMU_LOCK_GUARD(&vdev->intp_mutex); in vfio_intp_mmap_enable()
219 QEMU_LOCK_GUARD(&vdev->intp_mutex); in vfio_intp_interrupt()
291 QEMU_LOCK_GUARD(&vdev->intp_mutex); in vfio_platform_eoi()
578 qemu_mutex_init(&vdev->intp_mutex); in vfio_platform_realize()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-platform.h61 QemuMutex intp_mutex; /* protect the intp_list IRQ state */ member