Searched refs:dr3 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/i386/i386/ |
| H A D | swtch.S | 116 movl %dr3,%eax 290 movl %eax,%dr3 362 movl %dr3,%eax 437 movl %eax,%dr3
|
| H A D | support.S | 262 movl %eax,%dr3
|
| /freebsd/sys/amd64/amd64/ |
| H A D | cpu_switch.S | 243 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 D | RegisterContextMinidump_x86_32.h | 67 llvm::support::ulittle32_t dr3; member
|
| H A D | RegisterContextMinidump_x86_64.h | 98 llvm::support::ulittle64_t dr3; member
|
| /freebsd/sys/contrib/xen/arch-x86/hvm/ |
| H A D | save.h | 88 uint64_t dr3; member 202 uint64_t dr3; member
|
| /freebsd/sys/i386/include/ |
| H A D | cpufunc.h | 618 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 D | cpufunc.h | 818 __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 D | X86RegisterInfo.td | 495 def DR3 : X86Reg<"dr3", 3>;
|