Home
last modified time | relevance | path

Searched refs:BPT_WORDS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon_bpts.h9 #define BPT_WORDS (BPT_SIZE / sizeof(struct ppc_inst)) macro
11 extern unsigned int bpt_table[NBPTS * BPT_WORDS];
H A Dxmon.c894 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds