Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h1551 struct kvm_x86_ops { struct
1552 const char *name;
1554 int (*check_processor_compatibility)(void);
1556 int (*hardware_enable)(void);
1557 void (*hardware_disable)(void);
1558 void (*hardware_unsetup)(void);
1559 bool (*has_emulated_msr)(struct kvm *kvm, u32 index);
1560 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);
1562 unsigned int vm_size;
1563 int (*vm_init)(struct kvm *kvm);
[all …]