Searched refs:KVM_MAX_MMIO_FRAGMENTS (Results 1 – 2 of 2) sorted by relevance
71 #define KVM_MAX_MMIO_FRAGMENTS 2 macro296 struct kvm_mmio_fragment mmio_fragments[KVM_MAX_MMIO_FRAGMENTS];
6429 WARN_ON(vcpu->mmio_nr_fragments >= KVM_MAX_MMIO_FRAGMENTS); in emulator_read_write_onepage()