Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dswtch.S134 movl %dr3,%eax
297 movl %eax,%dr3
369 movl %dr3,%eax
444 movl %eax,%dr3
H A Dsupport.S262 movl %eax,%dr3
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S244 movq %dr3,%r12
270 movq %r12,%dr3
337 movq %dr3,%rax
477 movq %rax,%dr3
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h67 llvm::support::ulittle32_t dr3; member
H A DRegisterContextMinidump_x86_64.h98 llvm::support::ulittle64_t dr3; member
/freebsd/sys/contrib/xen/arch-x86/hvm/
H A Dsave.h88 uint64_t dr3; member
202 uint64_t dr3; member
/freebsd/sys/amd64/include/
H A Dcpufunc.h803 load_dr3(uint64_t dr3) in load_dr3() argument
805 __asm __volatile("movq %0,%%dr3" : : "r" (dr3)); in load_dr3()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td489 def DR3 : X86Reg<"dr3", 3>;