Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dlapic.h95 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
H A Dlapic.c2712 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
2720 if (!init_event) { in kvm_lapic_reset()
2734 if (!init_event) in kvm_lapic_reset()
H A Dx86.c12030 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
12043 WARN_ON_ONCE(!init_event && in kvm_vcpu_reset()
12055 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset()
12094 if (init_event) in kvm_vcpu_reset()
12100 if (init_event) in kvm_vcpu_reset()
12104 if (!init_event) { in kvm_vcpu_reset()
12130 static_call(kvm_x86_vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset()
12144 if (init_event) in kvm_vcpu_reset()
12176 if (init_event) in kvm_vcpu_reset()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1571 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
2143 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c1418 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
1427 if (!init_event) in svm_vcpu_reset()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c4862 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
4866 if (!init_event) in vmx_vcpu_reset()