Lines Matching refs:vm_vmcb
1034 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj));
1044 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj_err), error_code);
1046 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj);
1114 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj));
1115 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj & ~SVM_EVTINJ_VALID);