Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c873 off = nip - (unsigned long)bpt_table; in in_breakpoint_table()
874 if (off >= sizeof(bpt_table)) in in_breakpoint_table()
894 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds