Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dxmon_bpts.S9 .global bpt_table
10 bpt_table: label
H A Dxmon_bpts.h11 extern unsigned int bpt_table[NBPTS * BPT_WORDS];
H A Dxmon.c876 off = nip - (unsigned long)bpt_table; in in_breakpoint_table()
877 if (off >= sizeof(bpt_table)) in in_breakpoint_table()
897 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()