Searched refs:init_event (Results 1 – 6 of 6) sorted by relevance
52 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
1655 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument1669 if (!init_event) in kvm_lapic_reset()
4872 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument4885 if (!init_event) { in vmx_vcpu_reset()4916 if (!init_event) { in vmx_vcpu_reset()4940 if (cpu_has_vmx_tpr_shadow() && !init_event) { in vmx_vcpu_reset()
1116 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument1122 if (!init_event) { in svm_vcpu_reset()
7324 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument7353 if (!init_event) { in kvm_vcpu_reset()7362 kvm_x86_ops->vcpu_reset(vcpu, init_event); in kvm_vcpu_reset()
775 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);1220 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);