Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dmov_ss_trap.c64 unsigned long dr0, dr1, dr7; in enable_watchpoint() local
67 dr1 = (unsigned long)breakpoint_insn; in enable_watchpoint()
82 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[1]), dr1) != 0) in enable_watchpoint()
88 printf("\tDR0 = %lx, DR1 = %lx, DR7 = %lx\n", dr0, dr1, dr7); in enable_watchpoint()
/openbmc/qemu/docs/system/s390x/
H A Dbootdevices.rst15 qemu-system-s390x -drive if=none,id=dr1,file=guest.qcow2 \
16 -device virtio-blk,drive=dr1,bootindex=1
91 qemu-system-s390x -drive if=none,id=dr1,file=primary.qcow2 \
92 -device virtio-blk,drive=dr1,bootindex=1 \
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h385 u64 dr1; member
/openbmc/linux/arch/parisc/kernel/
H A Dperf_asm.S155 MTDIAG_1 (1) ; mtdiag %dr1, %r1
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c3155 hostsa->dr1 = native_get_debugreg(1); in sev_es_prepare_switch_to_guest()