Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dswtch.S116 movl %dr3,%eax
290 movl %eax,%dr3
362 movl %dr3,%eax
437 movl %eax,%dr3
H A Dsupport.S262 movl %eax,%dr3
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S243 movq %dr3,%r12
269 movq %r12,%dr3
336 movq %dr3,%rax
531 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/i386/include/
H A Dcpufunc.h618 load_dr3(u_int dr3) in load_dr3() argument
620 __asm __volatile("movl %0,%%dr3" : : "r" (dr3)); in load_dr3()
/freebsd/sys/amd64/include/
H A Dcpufunc.h818 __asm __volatile("movq %%dr3,%0" : "=r" (data)); in rdr6()
823 load_dr3(uint64_t dr3)
825 __asm __volatile("movq %0,%%dr3" : : "r" (dr3)); in load_dr6()
810 load_dr3(uint64_t dr3) load_dr3() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td495 def DR3 : X86Reg<"dr3", 3>;