Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c90 #define BP_IABR 2 macro
690 if ((bp->enabled & (BP_TRAP|BP_IABR)) == 0) in insert_bpts()
705 if (bp->enabled & BP_IABR) in insert_bpts()
723 | (iabr->enabled & (BP_IABR|BP_IABR_TE))); in insert_cpu_bpts()
734 if ((bp->enabled & (BP_TRAP|BP_IABR)) != BP_TRAP) in remove_bpts()
1117 iabr->enabled &= ~(BP_IABR | BP_IABR_TE); in bpt_cmds()
1126 bp->enabled |= BP_IABR | BP_IABR_TE; in bpt_cmds()
1183 (bp->enabled & BP_IABR)? "inst": "trap"); in bpt_cmds()