Lines Matching refs:dabr
104 static struct bpt dabr; variable
669 if (dabr.enabled == 0) in xmon_break_match()
800 if (dabr.enabled) { in insert_cpu_bpts()
801 brk.address = dabr.address; in insert_cpu_bpts()
802 brk.type = (dabr.enabled & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL; in insert_cpu_bpts()
1208 dabr.address = 0; in bpt_cmds()
1209 dabr.enabled = 0; in bpt_cmds()
1210 if (scanhex(&dabr.address)) { in bpt_cmds()
1211 if (!is_kernel_addr(dabr.address)) { in bpt_cmds()
1215 dabr.address &= ~HW_BRK_TYPE_DABR; in bpt_cmds()
1216 dabr.enabled = mode | BP_DABR; in bpt_cmds()
1248 dabr.enabled = 0; in bpt_cmds()
1281 if (dabr.enabled) { in bpt_cmds()
1282 printf(" data "REG" [", dabr.address); in bpt_cmds()
1283 if (dabr.enabled & 1) in bpt_cmds()
1285 if (dabr.enabled & 2) in bpt_cmds()