Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dlapic.h95 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
Dlapic.c2667 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
2673 if (!init_event) { in kvm_lapic_reset()
2687 if (!init_event) in kvm_lapic_reset()
Dx86.c12013 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
12026 WARN_ON_ONCE(!init_event && in kvm_vcpu_reset()
12038 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset()
12077 if (init_event) in kvm_vcpu_reset()
12083 if (init_event) in kvm_vcpu_reset()
12087 if (!init_event) { in kvm_vcpu_reset()
12113 static_call(kvm_x86_vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset()
12127 if (init_event) in kvm_vcpu_reset()
12159 if (init_event) in kvm_vcpu_reset()
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h1570 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
2139 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c1411 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
1420 if (!init_event) in svm_vcpu_reset()
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c4849 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
4853 if (!init_event) in vmx_vcpu_reset()