Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dswtch.S136 movl %dr2,%eax
299 movl %eax,%dr2
367 movl %dr2,%eax
442 movl %eax,%dr2
H A Dsupport.S261 movl %eax,%dr2
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S243 movq %dr2,%r13
269 movq %r13,%dr2
335 movq %dr2,%rax
475 movq %rax,%dr2
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h66 llvm::support::ulittle32_t dr2; member
H A DRegisterContextMinidump_x86_64.h97 llvm::support::ulittle64_t dr2; member
/freebsd/sys/contrib/xen/arch-x86/hvm/
H A Dsave.h87 uint64_t dr2; member
201 uint64_t dr2; member
/freebsd/sys/amd64/include/
H A Dcpufunc.h789 load_dr2(uint64_t dr2) in load_dr2() argument
791 __asm __volatile("movq %0,%%dr2" : : "r" (dr2)); in load_dr2()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td488 def DR2 : X86Reg<"dr2", 2>;