Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h1458 struct kvm_x86_ops { struct
1459 const char *name;
1461 int (*hardware_enable)(void);
1462 void (*hardware_disable)(void);
1463 void (*hardware_unsetup)(void);
1464 bool (*has_emulated_msr)(struct kvm *kvm, u32 index);
1465 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);
1467 unsigned int vm_size;
1468 int (*vm_init)(struct kvm *kvm);
1469 void (*vm_destroy)(struct kvm *kvm);
[all …]