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