Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h807 load_dr0(u_int64_t dr0) in load_dr0() function
977 void load_dr0(u_int64_t dr0);
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86.h819 load_dr0(drs[NVMM_X64_DR_DR0]); in x86_curthread_restore_dbregs()
832 #define x86_set_dr0(v) load_dr0(v)
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c3127 load_dr0(dbregs->dr[0]); in set_dbregs()