Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/i386/i386/
HDswtch.S136 movl %dr2,%eax
299 movl %eax,%dr2
367 movl %dr2,%eax
442 movl %eax,%dr2
HDsupport.S261 movl %eax,%dr2
/freebsd-14-stable/sys/amd64/amd64/
HDcpu_switch.S243 movq %dr2,%r13
269 movq %r13,%dr2
335 movq %dr2,%rax
475 movq %rax,%dr2
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDRegisterContextMinidump_x86_32.h66 llvm::support::ulittle32_t dr2; member
HDRegisterContextMinidump_x86_64.h97 llvm::support::ulittle64_t dr2; member
/freebsd-14-stable/sys/contrib/xen/arch-x86/hvm/
HDsave.h87 uint64_t dr2; member
201 uint64_t dr2; member
/freebsd-14-stable/sys/i386/include/
HDcpufunc.h618 load_dr2(u_int dr2) in load_dr2() argument
620 __asm __volatile("movl %0,%%dr2" : : "r" (dr2)); in load_dr2()
/freebsd-14-stable/usr.sbin/bhyvectl/
HDbhyvectl.c486 uint64_t cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7; in get_all_registers() local
535 error = vm_get_register(vcpu, VM_REG_GUEST_DR2, &dr2); in get_all_registers()
537 printf("dr2[%d]\t\t0x%016lx\n", vcpuid, dr2); in get_all_registers()
1634 uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7; in main() local
1699 dr2 = strtoul(optarg, NULL, 0); in main()
1866 error = vm_set_register(vcpu, VM_REG_GUEST_DR2, dr2); in main()
/freebsd-14-stable/sys/amd64/include/
HDcpufunc.h789 load_dr2(uint64_t dr2) in load_dr2() argument
791 __asm __volatile("movq %0,%%dr2" : : "r" (dr2)); in load_dr2()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86RegisterInfo.td488 def DR2 : X86Reg<"dr2", 2>;