Searched refs:mmio_nr_fragments (Results 1 – 2 of 2) sorted by relevance
250 int mmio_nr_fragments; member
5184 WARN_ON(vcpu->mmio_nr_fragments >= KVM_MAX_MMIO_FRAGMENTS); in emulator_read_write_onepage()5185 frag = &vcpu->mmio_fragments[vcpu->mmio_nr_fragments++]; in emulator_read_write_onepage()5206 vcpu->mmio_nr_fragments = 0; in emulator_read_write()5230 if (!vcpu->mmio_nr_fragments) in emulator_read_write()7831 if (vcpu->mmio_cur_fragment >= vcpu->mmio_nr_fragments) { in complete_emulated_mmio()