Searched refs:exit_info_2 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dsvm.h153 uint64_t exit_info_2; member in struct:vmcb_control_area
H A Dhelper.c1261 stq_phys(env->vm_vmcb + offsetof(struct vmcb, control.exit_info_2),
H A Dop_helper.c5002 /* clear exit_info_2 so we behave like the real hardware */
5003 stq_phys(env->vm_vmcb + offsetof(struct vmcb, control.exit_info_2), 0);
5294 stq_phys(env->vm_vmcb + offsetof(struct vmcb, control.exit_info_2),
5308 ldq_phys(env->vm_vmcb + offsetof(struct vmcb, control.exit_info_2)),

Completed in 126 milliseconds