Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dlapic.h80 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event);
A Dlapic.c2321 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_lapic_reset() argument
2327 if (!init_event) { in kvm_lapic_reset()
2341 if (!init_event) in kvm_lapic_reset()
A Dx86.c11008 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() argument
11021 WARN_ON_ONCE(!init_event && in kvm_vcpu_reset()
11024 kvm_lapic_reset(vcpu, init_event); in kvm_vcpu_reset()
11062 if (init_event) in kvm_vcpu_reset()
11068 if (init_event) in kvm_vcpu_reset()
11072 if (!init_event) { in kvm_vcpu_reset()
11097 static_call(kvm_x86_vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset()
11111 if (init_event) in kvm_vcpu_reset()
11141 if (init_event) in kvm_vcpu_reset()
/linux/arch/x86/include/asm/
A Dkvm_host.h1323 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event);
1858 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
/linux/arch/x86/kvm/svm/
A Dsvm.c1382 static void svm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in svm_vcpu_reset() argument
1391 if (!init_event) in svm_vcpu_reset()
/linux/arch/x86/kvm/vmx/
A Dvmx.c4413 static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in vmx_vcpu_reset() argument
4417 if (!init_event) in vmx_vcpu_reset()

Completed in 61 milliseconds