Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c111 #define BP_TRAP 2 macro
911 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
957 bp->enabled &= ~BP_TRAP; in insert_bpts()
990 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1557 bp->enabled |= BP_TRAP; in bpt_cmds()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c111 #define BP_TRAP 2 macro
914 if ((bp->enabled & (BP_TRAP|BP_CIABR)) == 0) in insert_bpts()
960 bp->enabled &= ~BP_TRAP; in insert_bpts()
993 if ((bp->enabled & (BP_TRAP|BP_CIABR)) != BP_TRAP) in remove_bpts()
1647 bp->enabled |= BP_TRAP; in bpt_cmds()

Completed in 9 milliseconds