Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dlapic.h72 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
Dlapic.c2093 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
2106 if (!init_event) { in kvm_lapic_reset()
Dx86.c8521 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
8523 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset()
8562 if (init_event) in kvm_vcpu_reset()
8572 if (init_event) in kvm_vcpu_reset()
8576 if (!init_event) { in kvm_vcpu_reset()
8592 kvm_x86_ops->vcpu_reset(vcpu, init_event); in kvm_vcpu_reset()
Dvmx.c6678 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
6691 if (!init_event) { in vmx_vcpu_reset()
6722 if (!init_event) { in vmx_vcpu_reset()
6748 if (cpu_has_vmx_tpr_shadow() && !init_event) { in vmx_vcpu_reset()
6770 if (init_event) in vmx_vcpu_reset()
Dsvm.c2069 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
2079 if (!init_event) { in svm_vcpu_reset()
2090 if (kvm_vcpu_apicv_active(vcpu) && !init_event) in svm_vcpu_reset()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h959 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
1458 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);