Searched defs:kvm_vcpu (Results 1 – 2 of 2) sorted by relevance
218 struct kvm_vcpu { struct241 struct kvm_vcpu_stat stat; argument242 unsigned int halt_poll_ns;243 bool valid_wakeup;246 int mmio_needed;247 int mmio_read_completed;248 int mmio_is_write;249 int mmio_cur_fragment;250 int mmio_nr_fragments;251 struct kvm_mmio_fragment mmio_fragments[KVM_MAX_MMIO_FRAGMENTS];[all …]
329 struct kvm_vcpu *kvm_vcpu; member