Searched refs:intp_mutex (Results 1 – 2 of 2) sorted by relevance
170 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()
61 QemuMutex intp_mutex; /* protect the intp_list IRQ state */ member