Lines Matching refs:enabled
93 int enabled; member
668 if (dabr.enabled == 0) in xmon_break_match()
719 if (bp->enabled && pc == bp->address) in at_breakpoint()
749 if (!bp->enabled && atomic_read(&bp->ref_count) == 0) { in new_breakpoint()
768 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
773 bp->enabled = 0; in insert_bpts()
779 bp->enabled = 0; in insert_bpts()
783 if (bp->enabled & BP_CIABR) in insert_bpts()
788 bp->enabled &= ~BP_TRAP; in insert_bpts()
799 if (dabr.enabled) { in insert_cpu_bpts()
801 brk.type = (dabr.enabled & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL; in insert_cpu_bpts()
818 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1195 dabr.enabled = 0; in bpt_cmds()
1202 dabr.enabled = mode | BP_DABR; in bpt_cmds()
1213 iabr->enabled &= ~BP_CIABR; in bpt_cmds()
1222 bp->enabled |= BP_CIABR; in bpt_cmds()
1232 bpts[i].enabled = 0; in bpt_cmds()
1234 dabr.enabled = 0; in bpt_cmds()
1253 bp->enabled = 0; in bpt_cmds()
1267 if (dabr.enabled) { in bpt_cmds()
1269 if (dabr.enabled & 1) in bpt_cmds()
1271 if (dabr.enabled & 2) in bpt_cmds()
1276 if (!bp->enabled) in bpt_cmds()
1279 (bp->enabled & BP_CIABR) ? "inst": "trap"); in bpt_cmds()
1289 bp->enabled |= BP_TRAP; in bpt_cmds()