current_vmcb      673 arch/x86/kvm/svm.c 	struct vmcb *current_vmcb;
current_vmcb     2288 arch/x86/kvm/svm.c 		cmpxchg(&per_cpu(svm_data, i)->current_vmcb, vmcb, NULL);
current_vmcb     2344 arch/x86/kvm/svm.c 	if (sd->current_vmcb != svm->vmcb) {
current_vmcb     2345 arch/x86/kvm/svm.c 		sd->current_vmcb = svm->vmcb;