Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c113 static struct bpt *iabr; variable
749 if (iabr == NULL) in xmon_iabr_match()
888 if (iabr) in insert_cpu_bpts()
889 set_ciabr(iabr->address); in insert_cpu_bpts()
1344 if (iabr) { in bpt_cmds()
1345 iabr->enabled &= ~BP_CIABR; in bpt_cmds()
1346 iabr = NULL; in bpt_cmds()
1355 iabr = bp; in bpt_cmds()
1366 iabr = NULL; in bpt_cmds()
3724 if (iabr || dabr.enabled) { in clear_all_bpt()
[all …]