Searched refs:init_event (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | x86_ops.h | 26 void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
|
| H A D | vmx.c | 4898 void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument 4902 if (!init_event) in vmx_vcpu_reset()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | lapic.h | 94 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
|
| H A D | lapic.c | 2740 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument 2748 if (!init_event) { in kvm_lapic_reset() 2769 if (!init_event) in kvm_lapic_reset()
|
| H A D | x86.c | 12417 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument 12430 WARN_ON_ONCE(!init_event && in kvm_vcpu_reset() 12442 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset() 12481 if (init_event) in kvm_vcpu_reset() 12487 if (init_event) in kvm_vcpu_reset() 12491 if (!init_event) { in kvm_vcpu_reset() 12518 kvm_x86_call(vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset() 12532 if (init_event) in kvm_vcpu_reset() 12564 if (init_event) in kvm_vcpu_reset()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1681 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event); 2326 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 1408 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument 1415 if (init_event) in svm_vcpu_reset() 1420 if (!init_event) in svm_vcpu_reset()
|