Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dswtch.S118 movl %dr2,%eax
292 movl %eax,%dr2
360 movl %dr2,%eax
435 movl %eax,%dr2
H A Dsupport.S261 movl %eax,%dr2
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S242 movq %dr2,%r13
268 movq %r13,%dr2
334 movq %dr2,%rax
529 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/i386/include/
H A Dcpufunc.h604 load_dr2(u_int dr2) in load_dr2() argument
606 __asm __volatile("movl %0,%%dr2" : : "r" (dr2)); in load_dr2()
/freebsd/sys/amd64/include/
H A Dcpufunc.h804 __asm __volatile("movq %%dr2,%0" : "=r" (data)); in rdr3()
809 load_dr2(uint64_t dr2)
811 __asm __volatile("movq %0,%%dr2" : : "r" (dr2)); in load_dr3()
796 load_dr2(uint64_t dr2) load_dr2() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td494 def DR2 : X86Reg<"dr2", 2>;