Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c107 #define BP_TRAP 2 macro
852 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
873 bp->enabled &= ~BP_TRAP; in insert_bpts()
903 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1437 bp->enabled |= BP_TRAP; in bpt_cmds()