Searched refs:KVM_COALESCED_MMIO_MAX (Results 1 – 2 of 2) 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()90 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
440 #define KVM_COALESCED_MMIO_MAX \ macro