Searched refs:KVM_COALESCED_MMIO_MAX (Results 1 – 5 of 5) sorted by relevance
55 avail = (ring->first - last - 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_has_room()79 insert >= KVM_COALESCED_MMIO_MAX) { in coalesced_mmio_write()91 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
490 #define KVM_COALESCED_MMIO_MAX \ macro
562 #define KVM_COALESCED_MMIO_MAX \ macro
2845 ring->first = (ring->first + 1) % KVM_COALESCED_MMIO_MAX; in kvm_flush_coalesced_mmio_buffer()