Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dkvm_host.h262 struct kvm_vcpu { struct
285 struct kvm_vcpu_stat stat; argument
286 unsigned int halt_poll_ns;
287 bool valid_wakeup;
290 int mmio_needed;
291 int mmio_read_completed;
292 int mmio_is_write;
293 int mmio_cur_fragment;
294 int mmio_nr_fragments;
295 struct kvm_mmio_fragment mmio_fragments[KVM_MAX_MMIO_FRAGMENTS];
[all …]
/linux-5.10/arch/powerpc/include/asm/
Dkvm_book3s_asm.h115 struct kvm_vcpu *kvm_vcpu; member
Dprocessor.h241 struct kvm_vcpu *kvm_vcpu; member
/linux-5.10/arch/x86/kvm/vmx/
Dnested.c6532 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()