Searched refs:bpt_table (Results 1 – 3 of 3) sorted by relevance
9 .global bpt_table10 bpt_table: label
11 extern unsigned int bpt_table[NBPTS * BPT_WORDS];
872 off = nip - (unsigned long)bpt_table; in in_breakpoint_table()873 if (off >= sizeof(bpt_table)) in in_breakpoint_table()893 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()