Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dlapic.h52 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
Dlapic.c1655 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
1669 if (!init_event) in kvm_lapic_reset()
Dvmx.c4872 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
4885 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()
Dsvm.c1116 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
1122 if (!init_event) { in svm_vcpu_reset()
Dx86.c7324 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
7353 if (!init_event) { in kvm_vcpu_reset()
7362 kvm_x86_ops->vcpu_reset(vcpu, init_event); in kvm_vcpu_reset()
/linux-4.4.14/arch/x86/include/asm/
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);