Home
last modified time | relevance | path

Searched defs:kvm_vcpu (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dkvm_host.h225 struct kvm_vcpu { struct
226 struct kvm *kvm;
250 struct kvm_vcpu_stat stat; argument
251 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 …]
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h293 struct kvm_vcpu *kvm_vcpu; member