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

/linux-4.4.14/arch/x86/kvm/
H A Dlapic.h52 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
H A Dlapic.c1655 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) kvm_lapic_reset() argument
1669 if (!init_event) kvm_lapic_reset()
H A Dsvm.c1116 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) svm_vcpu_reset() argument
1122 if (!init_event) { svm_vcpu_reset()
H A Dx86.c7324 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) kvm_vcpu_reset() argument
7353 if (!init_event) { kvm_vcpu_reset()
7362 kvm_x86_ops->vcpu_reset(vcpu, init_event); kvm_vcpu_reset()
H A Dvmx.c4872 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) vmx_vcpu_reset() argument
4885 if (!init_event) { vmx_vcpu_reset()
4916 if (!init_event) { vmx_vcpu_reset()
4940 if (cpu_has_vmx_tpr_shadow() && !init_event) { vmx_vcpu_reset()
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h775 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
1220 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);

Completed in 247 milliseconds