Searched refs:event_inj (Results 1 – 4 of 4) sorted by relevance
112 uint32_t event_inj; in helper_vmrun() local235 event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in helper_vmrun()236 if (event_inj & SVM_EVTINJ_VALID) { in helper_vmrun()237 uint8_t vector = event_inj & SVM_EVTINJ_VEC_MASK; in helper_vmrun()238 uint16_t valid_err = event_inj & SVM_EVTINJ_VALID_ERR; in helper_vmrun()243 switch (event_inj & SVM_EVTINJ_TYPE_MASK) { in helper_vmrun()586 ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj))); in helper_vmexit()
1034 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in handle_even_inj() local1035 if (!(event_inj & SVM_EVTINJ_VALID)) { in handle_even_inj()1041 event_inj = intno | type | SVM_EVTINJ_VALID; in handle_even_inj()1043 event_inj |= SVM_EVTINJ_VALID_ERR; in handle_even_inj()1046 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj); in handle_even_inj()1114 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in do_interrupt_all() local1115 … stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj & ~SVM_EVTINJ_VALID); in do_interrupt_all()
158 uint32_t event_inj; member
82 u32 event_inj; member