Searched refs:reinject (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dkvm_timer.h6 bool reinject; member in struct:kvm_timer
H A Dtimer.c28 * not care about potentially loosing timer events in the !reinject
32 if (ktimer->reinject || !atomic_read(&ktimer->pending)) {
H A Di8254.c336 if (ktimer->reinject || !atomic_read(&ktimer->pending)) {
713 pit_state->pit_timer.reinject = true;
H A Dx86.c275 bool reinject)
286 vcpu->arch.exception.reinject = reinject;
2873 kvm->arch.vpit->pit_state.pit_timer.reinject = control->pit_reinject;
4614 /* try to reinject previous events if any */
4622 vcpu->arch.exception.reinject);
273 kvm_multiple_exception(struct kvm_vcpu *vcpu, unsigned nr, bool has_error, u32 error_code, bool reinject) argument
H A Dsvm.c354 bool reinject)
362 if (!reinject &&
370 * For guest debugging where we have to reinject #BP if some
3134 * In case of software exceptions, do not reinject the vector,
352 svm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr, bool has_error_code, u32 error_code, bool reinject) argument
H A Dvmx.c1035 bool reinject)
2969 * Update instruction length as we may reinject the exception
3097 * Update instruction length as we may reinject #BP from
1033 vmx_queue_exception(struct kvm_vcpu *vcpu, unsigned nr, bool has_error_code, u32 error_code, bool reinject) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_host.h318 bool reinject; member in struct:kvm_vcpu_arch::kvm_queued_exception
507 bool reinject);

Completed in 94 milliseconds