Searched defs:kvm_vcpu (Results 1 – 1 of 1) sorted by relevance
263 struct kvm_vcpu { struct286 struct kvm_vcpu_stat stat; argument287 unsigned int halt_poll_ns;288 bool valid_wakeup;291 int mmio_needed;292 int mmio_read_completed;293 int mmio_is_write;294 int mmio_cur_fragment;295 int mmio_nr_fragments;296 struct kvm_mmio_fragment mmio_fragments[KVM_MAX_MMIO_FRAGMENTS];[all …]