Home
last modified time | relevance | path

Searched refs:BPT_WORDS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/xmon/
H A Dxmon_bpts.h9 #define BPT_WORDS (BPT_SIZE / sizeof(ppc_inst_t)) macro
11 extern unsigned int bpt_table[NBPTS * BPT_WORDS];
H A Dxmon.c897 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()