Searched refs:dr3 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | swtch.s | 136 movl %dr3,%eax 299 movl %eax,%dr3 371 movl %dr3,%eax 446 movl %eax,%dr3
|
| H A D | support.s | 320 movl %eax,%dr3
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | cpu_switch.S | 246 movq %dr3,%r12 272 movq %r12,%dr3 339 movq %dr3,%rax 479 movq %rax,%dr3
|
| /f-stack/freebsd/i386/include/ |
| H A D | cpufunc.h | 675 load_dr3(u_int dr3) in load_dr3() argument 677 __asm __volatile("movl %0,%%dr3" : : "r" (dr3)); in load_dr3() 786 void load_dr3(u_int dr3);
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 802 load_dr3(uint64_t dr3) in load_dr3() argument 804 __asm __volatile("movq %0,%%dr3" : : "r" (dr3)); in load_dr3() 976 void load_dr3(uint64_t dr3);
|