Lines Matching refs:dabr
104 static struct bpt dabr; variable
668 if (dabr.enabled == 0) in xmon_break_match()
799 if (dabr.enabled) { in insert_cpu_bpts()
800 brk.address = dabr.address; in insert_cpu_bpts()
801 brk.type = (dabr.enabled & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL; in insert_cpu_bpts()
1194 dabr.address = 0; in bpt_cmds()
1195 dabr.enabled = 0; in bpt_cmds()
1196 if (scanhex(&dabr.address)) { in bpt_cmds()
1197 if (!is_kernel_addr(dabr.address)) { in bpt_cmds()
1201 dabr.address &= ~HW_BRK_TYPE_DABR; in bpt_cmds()
1202 dabr.enabled = mode | BP_DABR; in bpt_cmds()
1234 dabr.enabled = 0; in bpt_cmds()
1267 if (dabr.enabled) { in bpt_cmds()
1268 printf(" data "REG" [", dabr.address); in bpt_cmds()
1269 if (dabr.enabled & 1) in bpt_cmds()
1271 if (dabr.enabled & 2) in bpt_cmds()