Home
last modified time | relevance | path

Searched refs:init_event (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kvm/
Dlapic.h74 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
Dlapic.c2151 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
2162 if (!init_event) { in kvm_lapic_reset()
Dx86.c9131 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
9133 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset()
9172 if (init_event) in kvm_vcpu_reset()
9182 if (init_event) in kvm_vcpu_reset()
9186 if (!init_event) { in kvm_vcpu_reset()
9201 kvm_x86_ops->vcpu_reset(vcpu, init_event); in kvm_vcpu_reset()
Dsvm.c2092 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
2102 if (!init_event) { in svm_vcpu_reset()
2113 if (kvm_vcpu_apicv_active(vcpu) && !init_event) in svm_vcpu_reset()
/arch/x86/include/asm/
Dkvm_host.h1027 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
1562 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
/arch/x86/kvm/vmx/
Dvmx.c4274 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
4290 if (!init_event) { in vmx_vcpu_reset()
4321 if (!init_event) { in vmx_vcpu_reset()
4347 if (cpu_has_vmx_tpr_shadow() && !init_event) { in vmx_vcpu_reset()
4369 if (init_event) in vmx_vcpu_reset()