Home
last modified time | relevance | path

Searched refs:BPT_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/powerpc/xmon/
A Dxmon_bpts.h8 #define BPT_SIZE (sizeof(ppc_inst_t) * 2) macro
9 #define BPT_WORDS (BPT_SIZE / sizeof(ppc_inst_t))
A Dxmon_bpts.S11 .space NBPTS * BPT_SIZE
A Dxmon.c878 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()
881 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dasm-offsets.c674 DEFINE(BPT_SIZE, BPT_SIZE); in main()

Completed in 9 milliseconds