Searched refs:KVM_X86_OP (Results 1 – 3 of 3) sorted by relevance
2 #if !defined(KVM_X86_OP) || !defined(KVM_X86_OP_OPTIONAL)16 KVM_X86_OP(check_processor_compatibility)17 KVM_X86_OP(enable_virtualization_cpu)18 KVM_X86_OP(disable_virtualization_cpu)19 KVM_X86_OP(hardware_unsetup)20 KVM_X86_OP(has_emulated_msr)21 KVM_X86_OP(vcpu_after_set_cpuid)22 KVM_X86_OP(vm_init)26 KVM_X86_OP(vcpu_create)27 KVM_X86_OP(vcpu_free)[all …]
1993 #define KVM_X86_OP(func) \ macro1995 #define KVM_X86_OP_OPTIONAL KVM_X86_OP1996 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP
143 #define KVM_X86_OP(func) \ macro146 #define KVM_X86_OP_OPTIONAL KVM_X86_OP147 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP9962 #define KVM_X86_OP(func) \ in kvm_ops_update() macro