Searched refs:mmio_nr_fragments (Results 1 – 2 of 2) sorted by relevance
6724 WARN_ON(vcpu->mmio_nr_fragments >= KVM_MAX_MMIO_FRAGMENTS); in emulator_read_write_onepage()6725 frag = &vcpu->mmio_fragments[vcpu->mmio_nr_fragments++]; in emulator_read_write_onepage()6746 vcpu->mmio_nr_fragments = 0; in emulator_read_write()6770 if (!vcpu->mmio_nr_fragments) in emulator_read_write()9921 if (vcpu->mmio_cur_fragment >= vcpu->mmio_nr_fragments) { in complete_emulated_mmio()12298 if (vcpu->mmio_cur_fragment >= vcpu->mmio_nr_fragments) { in complete_sev_es_emulated_mmio()12338 vcpu->mmio_nr_fragments = 1; in kvm_sev_es_mmio_write()12377 vcpu->mmio_nr_fragments = 1; in kvm_sev_es_mmio_read()
326 int mmio_nr_fragments; member