Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Dlapic.h95 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
Dlapic.c2435 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
2441 if (!init_event) { in kvm_lapic_reset()
2455 if (!init_event) in kvm_lapic_reset()
Dx86.c11991 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
12004 WARN_ON_ONCE(!init_event && in kvm_vcpu_reset()
12016 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset()
12055 if (init_event) in kvm_vcpu_reset()
12061 if (init_event) in kvm_vcpu_reset()
12065 if (!init_event) { in kvm_vcpu_reset()
12091 static_call(kvm_x86_vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset()
12105 if (init_event) in kvm_vcpu_reset()
12137 if (init_event) in kvm_vcpu_reset()
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h1475 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
2013 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c1332 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
1341 if (!init_event) in svm_vcpu_reset()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c4730 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
4734 if (!init_event) in vmx_vcpu_reset()