Home
last modified time | relevance | path

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

/linux/arch/powerpc/xmon/
H A Dxmon.c112 static struct bpt bpts[NBPTS]; variable
117 #define BP_NUM(bp) ((bp) - bpts + 1)
852 bp = bpts; in at_breakpoint()
869 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
881 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
884 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
899 bp = bpts; in insert_bpts()
978 bp = bpts; in remove_bpts()
1575 bpts[ in bpt_cmds()
[all...]