Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dswtch.S120 movl %dr1,%eax
294 movl %eax,%dr1
358 movl %dr1,%eax
433 movl %eax,%dr1
H A Dsupport.S260 movl %eax,%dr1
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S233 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 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/i386/include/
H A Dcpufunc.h590 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 Dcpufunc.h782 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 DX86RegisterInfo.td493 def DR1 : X86Reg<"dr1", 1>;