Home
last modified time | relevance | path

Searched refs:load_dr3 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h849 load_dr3(u_int64_t dr3) in load_dr3() function
983 void load_dr3(u_int64_t dr3);
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86.h822 load_dr3(drs[NVMM_X64_DR_DR3]); in x86_curthread_restore_dbregs()
835 #define x86_set_dr3(v) load_dr3(v)
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c3130 load_dr3(dbregs->dr[3]); in set_dbregs()