Searched refs:current_vmcb (Results 1 – 2 of 2) sorted by relevance
1255 svm->current_vmcb->asid_generation = 0; in init_vmcb()1318 svm->current_vmcb = target_vmcb; in svm_switch_vmcb()1407 cmpxchg(&per_cpu(svm_data, i)->current_vmcb, vmcb, NULL); in svm_clear_current_vmcb()1474 if (sd->current_vmcb != svm->vmcb) { in svm_vcpu_load()1475 sd->current_vmcb = svm->vmcb; in svm_vcpu_load()1839 svm->current_vmcb->asid_generation = sd->asid_generation; in new_asid()3133 svm->current_vmcb->ptr, vcpu->arch.last_vmentry_cpu); in dump_vmcb()3368 if (unlikely(svm->current_vmcb->cpu != vcpu->cpu)) { in pre_svm_run()3369 svm->current_vmcb->asid_generation = 0; in pre_svm_run()3371 svm->current_vmcb->cpu = vcpu->cpu; in pre_svm_run()[all …]
131 struct kvm_vmcb_info *current_vmcb; member211 struct vmcb *current_vmcb; member