Searched refs:KVM_COALESCED_MMIO_MAX (Results 1 – 2 of 2) sorted by relevance
54 avail = (ring->first - ring->last - 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_has_room()86 ring->last = (ring->last + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
371 #define KVM_COALESCED_MMIO_MAX \ macro