Searched refs:KVM_COALESCED_MMIO_MAX (Results 1 – 3 of 3) sorted by relevance
55 avail = (ring->first - ring->last - 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_has_room()87 ring->last = (ring->last + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
438 #define KVM_COALESCED_MMIO_MAX \ macro