Lines Matching refs:enabled
93 int enabled; member
669 if (dabr.enabled == 0) in xmon_break_match()
720 if (bp->enabled && pc == bp->address) in at_breakpoint()
750 if (!bp->enabled && atomic_read(&bp->ref_count) == 0) { in new_breakpoint()
769 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
774 bp->enabled = 0; in insert_bpts()
780 bp->enabled = 0; in insert_bpts()
784 if (bp->enabled & BP_CIABR) in insert_bpts()
789 bp->enabled &= ~BP_TRAP; in insert_bpts()
800 if (dabr.enabled) { in insert_cpu_bpts()
802 brk.type = (dabr.enabled & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL; in insert_cpu_bpts()
819 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1209 dabr.enabled = 0; in bpt_cmds()
1216 dabr.enabled = mode | BP_DABR; in bpt_cmds()
1227 iabr->enabled &= ~BP_CIABR; in bpt_cmds()
1236 bp->enabled |= BP_CIABR; in bpt_cmds()
1246 bpts[i].enabled = 0; in bpt_cmds()
1248 dabr.enabled = 0; in bpt_cmds()
1267 bp->enabled = 0; in bpt_cmds()
1281 if (dabr.enabled) { in bpt_cmds()
1283 if (dabr.enabled & 1) in bpt_cmds()
1285 if (dabr.enabled & 2) in bpt_cmds()
1290 if (!bp->enabled) in bpt_cmds()
1293 (bp->enabled & BP_CIABR) ? "inst": "trap"); in bpt_cmds()
1303 bp->enabled |= BP_TRAP; in bpt_cmds()