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(hardware_enable)18 KVM_X86_OP(hardware_disable)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)25 KVM_X86_OP(vcpu_create)26 KVM_X86_OP(vcpu_free)27 KVM_X86_OP(vcpu_reset)[all …]
1692 #define KVM_X86_OP(func) \ macro1694 #define KVM_X86_OP_OPTIONAL KVM_X86_OP1695 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP
134 #define KVM_X86_OP(func) \ macro137 #define KVM_X86_OP_OPTIONAL KVM_X86_OP138 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP12257 #define KVM_X86_OP(func) \ in kvm_ops_update() macro