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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 172 milliseconds