Lines Matching +full:use +full:- +full:rtm
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
7 debug registers. Registers 0-3 contain the addresses we wish to trap on */
14 /* Define a few things for the status register. We can use this to determine
21 * This is also the DR6 architectural value following Power-up, Reset or INIT.
24 * Transactional Memory (RTM), the DR6 register has been modified:
29 * 2) RTM flag (bit 16) is no longer reserved to 1 if the CPU supports
30 * restricted transactional memory. #DB occurred inside an RTM region
33 * Apparently, DR6.BLD and DR6.RTM are active low bits.
47 #define DR_STEP (0x4000) /* single-step */
52 bits - each field corresponds to one of the four debug registers,
72 you can use either one, since we explicitly zero the register when we enter