Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/xmon/
Dxmon.c91 #define BP_TRAP 8 macro
714 if ((bp->enabled & (BP_TRAP|BP_IABR)) == 0) in insert_bpts()
734 bp->enabled &= ~BP_TRAP; in insert_bpts()
758 if ((bp->enabled & (BP_TRAP|BP_IABR)) != BP_TRAP) in remove_bpts()
1231 bp->enabled |= BP_TRAP; in bpt_cmds()