Searched refs:init_event (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | x86_ops.h | 26 void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event); 131 void tdx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
|
| H A D | main.c | 86 static void vt_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vt_vcpu_reset() argument 89 tdx_vcpu_reset(vcpu, init_event); in vt_vcpu_reset() 93 vmx_vcpu_reset(vcpu, init_event); in vt_vcpu_reset()
|
| H A D | tdx.c | 3102 void tdx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in tdx_vcpu_reset() argument 3112 WARN_ON_ONCE(init_event); in tdx_vcpu_reset()
|
| H A D | vmx.c | 4961 void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument 4965 if (!init_event) in vmx_vcpu_reset()
|
| /linux/arch/x86/kvm/ |
| H A D | lapic.h | 100 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
|
| H A D | lapic.c | 2852 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument 2860 if (!init_event) { in kvm_lapic_reset() 2881 if (!init_event) in kvm_lapic_reset()
|
| H A D | x86.c | 12817 static void kvm_xstate_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_xstate_reset() argument 12828 if (!init_event || !fpstate) in kvm_xstate_reset() 12864 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument 12877 WARN_ON_ONCE(!init_event && in kvm_vcpu_reset() 12889 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset() 12921 kvm_xstate_reset(vcpu, init_event); in kvm_vcpu_reset() 12923 if (!init_event) { in kvm_vcpu_reset() 12950 kvm_x86_call(vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset() 12964 if (init_event) in kvm_vcpu_reset() 12996 if (init_event) in kvm_vcpu_reset()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1731 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event); 2378 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
|
| /linux/arch/x86/kvm/svm/ |
| H A D | sev.c | 4562 static void sev_es_init_vmcb(struct vcpu_svm *svm, bool init_event) in sev_es_init_vmcb() argument 4628 if (!init_event) in sev_es_init_vmcb() 4634 void sev_init_vmcb(struct vcpu_svm *svm, bool init_event) in sev_init_vmcb() argument 4647 if (init_event && sev_snp_guest(vcpu->kvm)) in sev_init_vmcb() 4651 sev_es_init_vmcb(svm, init_event); in sev_init_vmcb()
|
| H A D | svm.c | 1022 static void init_vmcb(struct kvm_vcpu *vcpu, bool init_event) in init_vmcb() argument 1160 sev_init_vmcb(svm, init_event); in init_vmcb() 1185 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument 1192 init_vmcb(vcpu, init_event); in svm_vcpu_reset() 1194 if (!init_event) in svm_vcpu_reset()
|
| H A D | svm.h | 832 void sev_init_vmcb(struct vcpu_svm *svm, bool init_event);
|