Searched refs:dr1 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | swtch.S | 138 movl %dr1,%eax 301 movl %eax,%dr1 365 movl %dr1,%eax 440 movl %eax,%dr1
|
H A D | support.S | 260 movl %eax,%dr1
|
/freebsd/sys/amd64/amd64/ |
H A D | cpu_switch.S | 242 movq %dr1,%r14 265 movq %r14,%dr1 333 movq %dr1,%rax 473 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/amd64/include/ |
H A D | cpufunc.h | 775 load_dr1(uint64_t dr1) in load_dr1() argument 777 __asm __volatile("movq %0,%%dr1" : : "r" (dr1)); in load_dr1()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.td | 487 def DR1 : X86Reg<"dr1", 1>;
|