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()
444 #define KVM_COALESCED_MMIO_MAX \ macro
478 #define KVM_COALESCED_MMIO_MAX \ macro