Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/xmon/
Dxmon.c117 static struct bpt bpts[NBPTS]; variable
122 #define BP_NUM(bp) ((bp) - bpts + 1)
867 bp = bpts; in at_breakpoint()
884 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
896 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
899 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
914 bp = bpts; in insert_bpts()
993 bp = bpts; in remove_bpts()
1597 bpts[i].enabled = 0; in bpt_cmds()
1608 bp = &bpts[a-1]; /* bp nums are 1 based */ in bpt_cmds()
[all …]