Home
last modified time | relevance | path

Searched refs:load_dr7 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dcpufunc.h703 load_dr7(u_int dr7) in load_dr7() function
788 void load_dr7(u_int dr7);
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h830 load_dr7(uint64_t dr7) in load_dr7() function
978 void load_dr7(uint64_t dr7);
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c2508 load_dr7(dbregs->dr[7]); in set_dbregs()
2582 load_dr7(0); /* Turn off the control bits first */ in reset_dbregs()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1944 load_dr7(0); in svm_dr_enter_guest()
1981 load_dr7(gctx->host_dr7); in svm_dr_leave_guest()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2892 load_dr7(0); in vmx_dr_enter_guest()
2941 load_dr7(vmxctx->host_dr7); in vmx_dr_leave_guest()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c3098 load_dr7(dbregs->dr[7]); in set_dbregs()