Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c113 static struct bpt *iabr; variable
752 if (iabr == NULL) in xmon_iabr_match()
891 if (iabr) in insert_cpu_bpts()
892 set_ciabr(iabr->address); in insert_cpu_bpts()
1359 if (iabr) { in bpt_cmds()
1360 iabr->enabled &= ~BP_CIABR; in bpt_cmds()
1361 iabr = NULL; in bpt_cmds()
1370 iabr = bp; in bpt_cmds()
1381 iabr = NULL; in bpt_cmds()
3800 if (iabr || dabr.enabled) { in clear_all_bpt()
[all …]