Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/xmon/
Dxmon_bpts.S9 .global bpt_table
10 bpt_table: label
Dxmon_bpts.h11 extern unsigned int bpt_table[NBPTS * BPT_WORDS];
Dxmon.c872 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()