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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c90 #define BP_IABR 2 macro
709 if ((bp->enabled & (BP_TRAP|BP_IABR)) == 0)
724 if (bp->enabled & BP_IABR)
742 | (iabr->enabled & (BP_IABR|BP_IABR_TE)));
753 if ((bp->enabled & (BP_TRAP|BP_IABR)) != BP_TRAP)
1150 iabr->enabled &= ~(BP_IABR | BP_IABR_TE);
1159 bp->enabled |= BP_IABR | BP_IABR_TE;
1216 (bp->enabled & BP_IABR)? "inst": "trap");

Completed in 42 milliseconds