Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Dlapic.h78 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
Dlapic.c2312 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
2323 if (!init_event) { in kvm_lapic_reset()
Dx86.c10341 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
10343 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset()
10381 if (init_event) in kvm_vcpu_reset()
10391 if (init_event) in kvm_vcpu_reset()
10395 if (!init_event) { in kvm_vcpu_reset()
10410 kvm_x86_ops.vcpu_reset(vcpu, init_event); in kvm_vcpu_reset()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1108 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
1674 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c1263 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
1272 if (!init_event) { in svm_vcpu_reset()
1283 if (kvm_vcpu_apicv_active(vcpu) && !init_event) in svm_vcpu_reset()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c4486 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
4501 if (!init_event) { in vmx_vcpu_reset()
4532 if (!init_event) { in vmx_vcpu_reset()
4558 if (cpu_has_vmx_tpr_shadow() && !init_event) { in vmx_vcpu_reset()
4577 if (init_event) in vmx_vcpu_reset()