Searched refs:dr1 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | swtch.s | 140 movl %dr1,%eax 303 movl %eax,%dr1 367 movl %dr1,%eax 442 movl %eax,%dr1
|
| H A D | support.s | 318 movl %eax,%dr1
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | cpu_switch.S | 244 movq %dr1,%r14 267 movq %r14,%dr1 335 movq %dr1,%rax 475 movq %rax,%dr1
|
| /f-stack/freebsd/i386/include/ |
| H A D | cpufunc.h | 647 load_dr1(u_int dr1) in load_dr1() argument 649 __asm __volatile("movl %0,%%dr1" : : "r" (dr1)); in load_dr1() 784 void load_dr1(u_int dr1);
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 774 load_dr1(uint64_t dr1) in load_dr1() argument 776 __asm __volatile("movq %0,%%dr1" : : "r" (dr1)); in load_dr1() 974 void load_dr1(uint64_t dr1);
|