Searched refs:dr1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/i386/i386/
H A Dswtch.s149 movl %dr1,%eax
338 movl %eax,%dr1
404 movl %dr1,%eax
479 movl %eax,%dr1
H A Dsupport.s752 movl %eax,%dr1
/freebsd-10-stable/sys/amd64/amd64/
H A Dcpu_switch.S270 movq %dr1,%r14
293 movq %r14,%dr1
356 movq %dr1,%rax
493 movq %rax,%dr1
/freebsd-10-stable/sys/xen/interface/arch-x86/hvm/
H A Dsave.h82 uint64_t dr1; member in struct:hvm_hw_cpu
191 uint64_t dr1; member in struct:hvm_hw_cpu_compat
/freebsd-10-stable/sys/amd64/include/
H A Dcpufunc.h682 __asm __volatile("movq %%dr1,%0" : "=r" (data));
687 load_dr1(uint64_t dr1) argument
689 __asm __volatile("movq %0,%%dr1" : : "r" (dr1));
822 void load_dr1(uint64_t dr1);
/freebsd-10-stable/sys/i386/include/
H A Dcpufunc.h625 __asm __volatile("movl %%dr1,%0" : "=r" (data));
630 load_dr1(u_int dr1) argument
632 __asm __volatile("movl %0,%%dr1" : : "r" (dr1));
779 void load_dr1(u_int dr1);

Completed in 77 milliseconds