Home
last modified time | relevance | path

Searched refs:event_inj (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-i386/
Dsvm.h158 uint32_t event_inj; member
Dop_helper.c1198 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in handle_even_inj() local
1199 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() local
1278 … 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() local
5060 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 …]