Searched refs:dr2 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | swtch.s | 138 movl %dr2,%eax 301 movl %eax,%dr2 369 movl %dr2,%eax 444 movl %eax,%dr2
|
| H A D | support.s | 319 movl %eax,%dr2
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | cpu_switch.S | 245 movq %dr2,%r13 271 movq %r13,%dr2 337 movq %dr2,%rax 477 movq %rax,%dr2
|
| /f-stack/freebsd/i386/include/ |
| H A D | cpufunc.h | 661 load_dr2(u_int dr2) in load_dr2() argument 663 __asm __volatile("movl %0,%%dr2" : : "r" (dr2)); in load_dr2() 785 void load_dr2(u_int dr2);
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 788 load_dr2(uint64_t dr2) in load_dr2() argument 790 __asm __volatile("movq %0,%%dr2" : : "r" (dr2)); in load_dr2() 975 void load_dr2(uint64_t dr2);
|