Home
last modified time | relevance | path

Searched refs:dr1 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/i386/i386/
H A Dswtch.S138 movl %dr1,%eax
301 movl %eax,%dr1
365 movl %dr1,%eax
440 movl %eax,%dr1
H A Dsupport.S260 movl %eax,%dr1
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S242 movq %dr1,%r14
265 movq %r14,%dr1
333 movq %dr1,%rax
473 movq %rax,%dr1
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h65 llvm::support::ulittle32_t dr1; member
H A DRegisterContextMinidump_x86_64.h96 llvm::support::ulittle64_t dr1; member
/freebsd/sys/contrib/xen/arch-x86/hvm/
H A Dsave.h86 uint64_t dr1; member
200 uint64_t dr1; member
/freebsd/sys/i386/include/
H A Dcpufunc.h613 load_dr1(u_int dr1) in load_dr1() argument
615 __asm __volatile("movl %0,%%dr1" : : "r" (dr1)); in load_dr1()
/freebsd/sys/amd64/include/
H A Dcpufunc.h756 load_dr1(uint64_t dr1) in load_dr1() argument
758 __asm __volatile("movq %0,%%dr1" : : "r" (dr1)); in load_dr1()
/freebsd/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c456 uint64_t cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7; in get_all_registers() local
499 error = vm_get_register(vcpu, VM_REG_GUEST_DR1, &dr1); in get_all_registers()
501 printf("dr1[%d]\t\t0x%016lx\n", vcpuid, dr1); in get_all_registers()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td487 def DR1 : X86Reg<"dr1", 1>;