Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkvm_host.h263 struct kvm_vcpu { struct
286 struct kvm_vcpu_stat stat; argument
287 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 …]
/Linux-v5.4/arch/powerpc/include/asm/
Dprocessor.h236 struct kvm_vcpu *kvm_vcpu; member
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c6027 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()