Home
last modified time | relevance | path

Searched refs:load_dr6 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dtrap.c357 load_dr6(rdr6() | 0x4000); in trap()
503 load_dr6(rdr6() | 0x4000); in trap()
611 load_dr6(0); in trap()
H A Dmachdep.c3097 load_dr6(dbregs->dr[6]); in set_dbregs()
/f-stack/freebsd/i386/include/
H A Dcpufunc.h689 load_dr6(u_int dr6) in load_dr6() function
787 void load_dr6(u_int dr6);
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h816 load_dr6(uint64_t dr6) in load_dr6() function
977 void load_dr6(uint64_t dr6);
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c507 load_dr6(0); in trap()
H A Dmachdep.c2507 load_dr6(dbregs->dr[6]); in set_dbregs()
2587 load_dr6(0); in reset_dbregs()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2917 load_dr6(vmxctx->guest_dr6); in vmx_dr_enter_guest()
2939 load_dr6(vmxctx->host_dr6); in vmx_dr_leave_guest()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1979 load_dr6(gctx->host_dr6); in svm_dr_leave_guest()