Searched refs:event_inj (Results 1 – 2 of 2) sorted by relevance
158 uint32_t event_inj; member
1198 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in handle_even_inj() local1199 if (!(event_inj & SVM_EVTINJ_VALID)) { in handle_even_inj()1205 event_inj = intno | type | SVM_EVTINJ_VALID; in handle_even_inj()1207 event_inj |= SVM_EVTINJ_VALID_ERR; in handle_even_inj()1210 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj); in handle_even_inj()1277 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in do_interrupt() local1278 … stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj & ~SVM_EVTINJ_VALID); in do_interrupt()4937 uint32_t event_inj; in helper_vmrun() local5060 event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in helper_vmrun()5061 if (event_inj & SVM_EVTINJ_VALID) { in helper_vmrun()[all …]