Searched refs:BPT_SIZE (Results 1 – 4 of 4) sorted by relevance
8 #define BPT_SIZE (sizeof(ppc_inst_t) * 2) macro9 #define BPT_WORDS (BPT_SIZE / sizeof(ppc_inst_t))
11 .space NBPTS * BPT_SIZE
879 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()882 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
676 DEFINE(BPT_SIZE, BPT_SIZE); in main()