Home
last modified time | relevance | path

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

/linux-6.8/arch/x86/include/asm/
Dkvm_host.h1593 struct kvm_x86_ops { struct
1594 const char *name;
1596 int (*check_processor_compatibility)(void);
1598 int (*hardware_enable)(void);
1599 void (*hardware_disable)(void);
1600 void (*hardware_unsetup)(void);
1601 bool (*has_emulated_msr)(struct kvm *kvm, u32 index);
1602 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);
1604 unsigned int vm_size;
1605 int (*vm_init)(struct kvm *kvm);
[all …]