Searched refs:BPT_SIZE (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/powerpc/xmon/
H A Dxmon.c877 *offp = off & (BPT_SIZE - 1);
880 return bpts + (off / BPT_SIZE);
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
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c674 DEFINE(BPT_SIZE, BPT_SIZE);

Completed in 161 milliseconds