Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c97 static struct bpt *iabr; variable
600 if (iabr == NULL) in xmon_iabr_match()
721 if (iabr && cpu_has_feature(CPU_FTR_IABR)) in insert_cpu_bpts()
722 mtspr(SPRN_IABR, iabr->address in insert_cpu_bpts()
723 | (iabr->enabled & (BP_IABR|BP_IABR_TE))); in insert_cpu_bpts()
1116 if (iabr) { in bpt_cmds()
1117 iabr->enabled &= ~(BP_IABR | BP_IABR_TE); in bpt_cmds()
1118 iabr = NULL; in bpt_cmds()
1127 iabr = bp; in bpt_cmds()
1137 iabr = NULL; in bpt_cmds()