Searched refs:dr1 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/i386/i386/ |
| H A D | swtch.S | 120 movl %dr1,%eax 294 movl %eax,%dr1 358 movl %dr1,%eax 433 movl %eax,%dr1
|
| H A D | support.S | 260 movl %eax,%dr1
|
| /freebsd/sys/amd64/amd64/ |
| H A D | cpu_switch.S | 233 movq %dr1,%r14 256 movq %r14,%dr1 324 movq %dr1,%rax 464 movq %rax,%dr1
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_x86_32.h | 65 llvm::support::ulittle32_t dr1; member
|
| H A D | RegisterContextMinidump_x86_64.h | 96 llvm::support::ulittle64_t dr1; member
|
| /freebsd/sys/contrib/xen/arch-x86/hvm/ |
| H A D | save.h | 86 uint64_t dr1; member 200 uint64_t dr1; member
|
| /freebsd/sys/i386/include/ |
| H A D | cpufunc.h | 590 load_dr1(u_int dr1) in load_dr1() argument 592 __asm __volatile("movl %0,%%dr1" : : "r" (dr1)); in load_dr1()
|
| /freebsd/sys/amd64/include/ |
| H A D | cpufunc.h | 782 load_dr1(uint64_t dr1) in load_dr1() argument 784 __asm __volatile("movq %0,%%dr1" : : "r" (dr1)); in load_dr1()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 493 def DR1 : X86Reg<"dr1", 1>;
|