Searched refs:KVM_X86_OP (Results 1 – 3 of 3) sorted by relevance
2 #if !defined(KVM_X86_OP) || !defined(KVM_X86_OP_OPTIONAL)17 KVM_X86_OP(check_processor_compatibility)18 KVM_X86_OP(hardware_enable)19 KVM_X86_OP(hardware_disable)20 KVM_X86_OP(hardware_unsetup)21 KVM_X86_OP(has_emulated_msr)22 KVM_X86_OP(vcpu_after_set_cpuid)23 KVM_X86_OP(vm_init)26 KVM_X86_OP(vcpu_create)27 KVM_X86_OP(vcpu_free)[all …]
1801 #define KVM_X86_OP(func) \ macro1803 #define KVM_X86_OP_OPTIONAL KVM_X86_OP1804 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP
138 #define KVM_X86_OP(func) \ macro141 #define KVM_X86_OP_OPTIONAL KVM_X86_OP142 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP9430 #define KVM_X86_OP(func) \ in kvm_ops_update() macro