Home
last modified time | relevance | path

Searched refs:dr1 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/i386/i386/
H A Dswtch.S138 movl %dr1,%eax
301 movl %eax,%dr1
365 movl %dr1,%eax
440 movl %eax,%dr1
H A Dsupport.S260 movl %eax,%dr1
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S242 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 DRegisterContextMinidump_x86_32.h65 llvm::support::ulittle32_t dr1; member
H A DRegisterContextMinidump_x86_64.h96 llvm::support::ulittle64_t dr1; member
/freebsd/sys/contrib/xen/arch-x86/hvm/
H A Dsave.h86 uint64_t dr1; member
200 uint64_t dr1; member
/freebsd/sys/amd64/include/
H A Dcpufunc.h775 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 DX86RegisterInfo.td487 def DR1 : X86Reg<"dr1", 1>;