Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c99 #define BP_TRAP 2 macro
769 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
789 bp->enabled &= ~BP_TRAP; in insert_bpts()
819 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1303 bp->enabled |= BP_TRAP; in bpt_cmds()