Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c106 #define BP_CIABR 1 macro
849 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
864 if (bp->enabled & BP_CIABR) in insert_bpts()
900 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1345 iabr->enabled &= ~BP_CIABR; in bpt_cmds()
1354 bp->enabled |= BP_CIABR; in bpt_cmds()
1412 (bp->enabled & BP_CIABR) ? "inst": "trap"); in bpt_cmds()