Home
last modified time | relevance | path

Searched refs:mmio_cur_fragment (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.c7916 vcpu->mmio_cur_fragment = 0; in emulator_read_write()
11384 frag = &vcpu->mmio_fragments[vcpu->mmio_cur_fragment]; in complete_emulated_mmio()
11392 vcpu->mmio_cur_fragment++; in complete_emulated_mmio()
11400 if (vcpu->mmio_cur_fragment >= vcpu->mmio_nr_fragments) { in complete_emulated_mmio()
13688 frag = &vcpu->mmio_fragments[vcpu->mmio_cur_fragment]; in complete_sev_es_emulated_mmio()
13696 vcpu->mmio_cur_fragment++; in complete_sev_es_emulated_mmio()
13704 if (vcpu->mmio_cur_fragment >= vcpu->mmio_nr_fragments) { in complete_sev_es_emulated_mmio()
13750 vcpu->mmio_cur_fragment = 0; in kvm_sev_es_mmio_write()
13789 vcpu->mmio_cur_fragment = 0; in kvm_sev_es_mmio_read()