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

/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c103 static struct bpt bpts[NBPTS]; variable in typeref:struct:bpt
108 #define BP_NUM(bp) ((bp) - bpts + 1)
717 bp = bpts; at_breakpoint()
728 off = nip - (unsigned long) bpts; in_breakpoint_table()
729 if (off >= sizeof(bpts)) in_breakpoint_table()
748 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { new_breakpoint()
766 bp = bpts; insert_bpts()
816 bp = bpts; remove_bpts()
1232 bpts[i].enabled = 0; bpt_cmds()
1241 bp = &bpts[a-1]; /* bp nums are 1 based */ bpt_cmds()
1275 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { bpt_cmds()

Completed in 97 milliseconds