Home
last modified time | relevance | path

Searched refs:BPT_SIZE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon_bpts.h8 #define BPT_SIZE (sizeof(struct ppc_inst) * 2) macro
9 #define BPT_WORDS (BPT_SIZE / sizeof(struct ppc_inst))
H A Dxmon_bpts.S11 .space NBPTS * BPT_SIZE
H A Dxmon.c876 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()
879 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon_bpts.h8 #define BPT_SIZE (sizeof(ppc_inst_t) * 2) macro
9 #define BPT_WORDS (BPT_SIZE / sizeof(ppc_inst_t))
H A Dxmon_bpts.S11 .space NBPTS * BPT_SIZE
H A Dxmon.c879 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()
882 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dasm-offsets.c808 DEFINE(BPT_SIZE, BPT_SIZE); in main()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dasm-offsets.c676 DEFINE(BPT_SIZE, BPT_SIZE); in main()

Completed in 18 milliseconds