Searched refs:NBPTS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c102 #define NBPTS 256 macro
103 static struct bpt bpts[NBPTS];
718 for (i = 0; i < NBPTS; ++i, ++bp) at_breakpoint()
748 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { new_breakpoint()
767 for (i = 0; i < NBPTS; ++i, ++bp) { insert_bpts()
817 for (i = 0; i < NBPTS; ++i, ++bp) { remove_bpts()
1231 for (i = 0; i < NBPTS; ++i) bpt_cmds()
1239 if (a <= NBPTS && a >= 1) { bpt_cmds()
1275 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { bpt_cmds()

Completed in 71 milliseconds