Home
last modified time | relevance | path

Searched refs:intercept_dr_read (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dsvm.h136 uint16_t intercept_dr_read;
H A Dsvm_helper.c199 env->intercept_dr_read = lduw_phys(cs->as, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
498 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in helper_svm_check_intercept_param()
H A Dcpu.h971 uint16_t intercept_dr_read; member
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dsvm.h150 uint16_t intercept_dr_read; member
H A Dsvm_helper.c199 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
521 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_check_intercept_param()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dsvm.h136 uint16_t intercept_dr_read;
H A Dsvm_helper.c199 env->intercept_dr_read = lduw_phys(cs->as, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
498 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in helper_svm_check_intercept_param()
H A Dcpu.h971 uint16_t intercept_dr_read; member
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dsvm.h151 uint16_t intercept_dr_read; member
H A Dsvm_helper.c199 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
526 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_check_intercept_param()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dsvm.h150 uint16_t intercept_dr_read; member
H A Dsvm_helper.c199 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
521 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_check_intercept_param()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dsvm.h150 uint16_t intercept_dr_read; member
H A Dsvm_helper.c199 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
521 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_check_intercept_param()
H A Dmachine.c1017 VMSTATE_UINT16(env.intercept_dr_read, X86CPU),
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dsvm.h150 uint16_t intercept_dr_read; member
H A Dsvm_helper.c199 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
521 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_check_intercept_param()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dsvm.h150 uint16_t intercept_dr_read; member
H A Dsvm_helper.c199 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
201 control.intercept_dr_read)); in helper_vmrun()
521 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_check_intercept_param()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/
H A Dsvm.h154 uint16_t intercept_dr_read; member
/dports/emulators/qemu/qemu-6.2.0/target/i386/
H A Dsvm.h154 uint16_t intercept_dr_read; member
/dports/emulators/qemu60/qemu-6.0.0/target/i386/
H A Dsvm.h151 uint16_t intercept_dr_read; member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dsvm_helper.c227 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
229 control.intercept_dr_read)); in helper_vmrun()
583 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_has_intercept()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dsvm_helper.c227 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
229 control.intercept_dr_read)); in helper_vmrun()
583 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_has_intercept()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dsvm_helper.c200 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
202 control.intercept_dr_read)); in helper_vmrun()
527 if (env->intercept_dr_read & (1 << (type - SVM_EXIT_READ_DR0))) { in cpu_svm_check_intercept_param()

12