Searched refs:mmio_cur_fragment (Results 1 – 2 of 2) sorted by relevance
8292 vcpu->mmio_cur_fragment = 0; in emulator_read_write()11934 frag = &vcpu->mmio_fragments[vcpu->mmio_cur_fragment]; in complete_emulated_mmio()11942 vcpu->mmio_cur_fragment++; in complete_emulated_mmio()11953 if (vcpu->mmio_cur_fragment >= vcpu->mmio_nr_fragments) { in complete_emulated_mmio()14373 frag = &vcpu->mmio_fragments[vcpu->mmio_cur_fragment]; in complete_sev_es_emulated_mmio()14381 vcpu->mmio_cur_fragment++; in complete_sev_es_emulated_mmio()14389 if (vcpu->mmio_cur_fragment >= vcpu->mmio_nr_fragments) { in complete_sev_es_emulated_mmio()14435 vcpu->mmio_cur_fragment = 0; in kvm_sev_es_mmio()
358 int mmio_cur_fragment; member