Home
last modified time | relevance | path

Searched refs:intercept_dr_write (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/
H A Dsvm.h156 uint16_t intercept_dr_write; member
H A Dmachine.c1695 VMSTATE_UINT16(env.intercept_dr_write, X86CPU),
H A Dcpu.h1879 uint16_t intercept_dr_write; member
/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c249 env->intercept_dr_write = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
251 control.intercept_dr_write)); in helper_vmrun()
632 if (env->intercept_dr_write & (1 << (type - SVM_EXIT_WRITE_DR0))) { in cpu_svm_has_intercept()