Home
last modified time | relevance | path

Searched refs:BP_CIABR (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c98 #define BP_CIABR 1 macro
768 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
783 if (bp->enabled & BP_CIABR) in insert_bpts()
818 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1213 iabr->enabled &= ~BP_CIABR; in bpt_cmds()
1222 bp->enabled |= BP_CIABR; in bpt_cmds()
1279 (bp->enabled & BP_CIABR) ? "inst": "trap"); in bpt_cmds()