Lines Matching refs:bpt
100 struct bpt { struct
113 static struct bpt bpts[NBPTS];
114 static struct bpt dabr[HBP_NUM_MAX];
115 static struct bpt *iabr;
166 static struct bpt *at_breakpoint(unsigned long pc);
167 static struct bpt *in_breakpoint_table(unsigned long pc, unsigned long *offp);
494 struct bpt *bp; in xmon_core()
759 struct bpt *bp; in xmon_bpt()
829 struct bpt *bp; in xmon_fault_handler()
856 static struct bpt *at_breakpoint(unsigned long pc) in at_breakpoint()
859 struct bpt *bp; in at_breakpoint()
868 static struct bpt *in_breakpoint_table(unsigned long nip, unsigned long *offp) in in_breakpoint_table()
881 static struct bpt *new_breakpoint(unsigned long a) in new_breakpoint()
883 struct bpt *bp; in new_breakpoint()
906 struct bpt *bp, *bp2; in insert_bpts()
984 struct bpt *bp; in remove_bpts()
1433 struct bpt *bp; in bpt_cmds()