Searched defs:kvm_vcpu (Results 1 – 2 of 2) sorted by relevance
225 struct kvm_vcpu { struct226 struct kvm *kvm;250 struct kvm_vcpu_stat stat; argument251 unsigned int halt_poll_ns;254 int mmio_needed;255 int mmio_read_completed;256 int mmio_is_write;257 int mmio_cur_fragment;258 int mmio_nr_fragments;259 struct kvm_mmio_fragment mmio_fragments[KVM_MAX_MMIO_FRAGMENTS];[all …]
293 struct kvm_vcpu *kvm_vcpu; member