Searched refs:KVM_X86_OP (Results 1 – 3 of 3) sorted by relevance
2 #if !defined(KVM_X86_OP) || !defined(KVM_X86_OP_NULL)19 KVM_X86_OP(has_emulated_msr)20 KVM_X86_OP(vcpu_after_set_cpuid)21 KVM_X86_OP(vm_init)23 KVM_X86_OP(vcpu_create)24 KVM_X86_OP(vcpu_free)25 KVM_X86_OP(vcpu_reset)26 KVM_X86_OP(prepare_guest_switch)27 KVM_X86_OP(vcpu_load)28 KVM_X86_OP(vcpu_put)[all …]
1527 #define KVM_X86_OP(func) \ macro1529 #define KVM_X86_OP_NULL KVM_X86_OP1534 #define KVM_X86_OP(func) \ in kvm_ops_static_call_update() macro1536 #define KVM_X86_OP_NULL KVM_X86_OP in kvm_ops_static_call_update()
126 #define KVM_X86_OP(func) \ macro129 #define KVM_X86_OP_NULL KVM_X86_OP