Searched refs:dr5 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/amd64/include/
H A Dcpufunc.h738 __asm __volatile("movq %%dr5,%0" : "=r" (data));
743 load_dr5(uint64_t dr5) argument
745 __asm __volatile("movq %0,%%dr5" : : "r" (dr5));
826 void load_dr5(uint64_t dr5);
/freebsd-10-stable/sys/i386/include/
H A Dcpufunc.h681 __asm __volatile("movl %%dr5,%0" : "=r" (data));
686 load_dr5(u_int dr5) argument
688 __asm __volatile("movl %0,%%dr5" : : "r" (dr5));
783 void load_dr5(u_int dr5);

Completed in 52 milliseconds