Searched refs:dr7 (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dswtch.s134 movl %dr7,%eax /* yes, do the save */
137 movl %eax,%dr7
306 * Restore debug registers. The special code for dr7 is to
319 movl %dr7,%eax
324 movl %eax,%dr7
390 movl %dr7,%eax
465 movl %eax,%dr7
H A Dsupport.s733 movl %eax,%dr7 /* disable all breakpoints first */
H A Dmachdep.c1602 db_printf("dr7\t0x%08x\n", rdr7());
3269 * Don't let an illegal value for dr7 get set. Specifically,
3341 u_int32_t dr7; local
3356 dr7 = rdr7();
3357 if ((dr7 & 0x000000ff) == 0) {
3359 * all GE and LE bits in the dr7 register are zero,
/freebsd-11-stable/sys/amd64/amd64/
H A Dcpu_switch.S253 movq %dr7,%rax /* yes, do the save */
266 movq %rax,%dr7
270 movq %dr7,%rax
279 /* Preserve reserved bits in %dr7 */
286 movq %rax,%dr7
349 movq %dr7,%rax
486 movq %rax,%dr7
H A Dmachdep.c918 db_printf("dr7\t0x%016lx\n", rdr7());
2447 * Don't let an illegal value for dr7 get set. Specifically,
2451 * Upper bits of dr6 and dr7 must not be set
2533 u_int64_t dr7; local
2548 dr7 = rdr7();
2549 if ((dr7 & 0x000000ff) == 0) {
2551 * all GE and LE bits in the dr7 register are zero,
/freebsd-11-stable/sys/xen/interface/
H A Dvm_event.h144 uint64_t dr7; member in struct:vm_event_regs_x86
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h69 llvm::support::ulittle32_t dr7; member in struct:lldb_private::minidump::MinidumpContext_x86_32
H A DRegisterContextMinidump_x86_64.h100 llvm::support::ulittle64_t dr7; member in struct:lldb_private::minidump::MinidumpContext_x86_64
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dvmcb.c197 *retval = state->dr7;
293 state->dr7 = val;
H A Dvmcb.h303 uint64_t dr7; member in struct:vmcb_state
H A Dsvm.c527 state->dr7 = DBREG_DR7_RESERVED1;
/freebsd-11-stable/sys/i386/include/
H A Dcpufunc.h680 __asm __volatile("movl %%dr7,%0" : "=r" (data));
685 load_dr7(u_int dr7) argument
687 __asm __volatile("movl %0,%%dr7" : : "r" (dr7));
756 void load_dr7(u_int dr7);
/freebsd-11-stable/sys/amd64/include/
H A Dcpufunc.h855 __asm __volatile("movq %%dr7,%0" : "=r" (data));
860 load_dr7(uint64_t dr7) argument
862 __asm __volatile("movq %0,%%dr7" : : "r" (dr7));
931 void load_dr7(uint64_t dr7);
/freebsd-11-stable/sys/xen/interface/arch-x86/hvm/
H A Dsave.h86 uint64_t dr7; member in struct:hvm_hw_cpu
195 uint64_t dr7; member in struct:hvm_hw_cpu_compat
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c128 " [--set-dr7=<DR7>]\n"
129 " [--get-dr7]\n"
654 uint64_t cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7; local
721 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_DR7, &dr7);
723 printf("dr7[%d]\t\t0x%016lx\n", vcpu, dr7);
1328 { "set-dr7", REQ_ARG, 0, SET_DR7 },
1389 { "get-dr7", NO_ARG, &get_dr7, 1 },
1665 uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7; local
1738 dr7
[all...]

Completed in 219 milliseconds