Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dkvm_host.h323 struct kvm_vcpu { struct
324 struct kvm *kvm;
328 int cpu;
333 int srcu_depth;
335 int mode;
336 u64 requests;
345 struct pid *pid;
348 sigset_t sigset;
353 int mmio_needed;
362 struct {
[all …]
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h55 struct kvm_vcpu { struct
56 struct list_head list;
57 uint32_t id;
58 int fd;
59 struct kvm_vm *vm;
60 struct kvm_run *run;
62 struct kvm_cpuid2 *cpuid;
64 struct kvm_binary_stats stats;
65 struct kvm_dirty_gfn *dirty_gfns;
66 uint32_t fetch_index;
[all …]
/linux-6.15/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h101 struct kvm_vcpu *kvm_vcpu; member
H A Dprocessor.h230 struct kvm_vcpu *kvm_vcpu; member
/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c7269 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()
/linux-6.15/arch/arm64/kvm/
H A Dsys_regs.c2443 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()
/linux-6.15/arch/x86/kvm/
H A Dx86.c10030 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()