Lines Matching refs:first_bdm_regno
161 int first_bdm_regno, last_bdm_regno; in bdm_ppc_fetch_registers() local
169 first_bdm_regno = 0; in bdm_ppc_fetch_registers()
177 first_bdm_regno = bdm_regmap[regno]; in bdm_ppc_fetch_registers()
181 if (first_bdm_regno == -1) in bdm_ppc_fetch_registers()
212 regs = ocd_read_bdm_registers (first_bdm_regno, in bdm_ppc_fetch_registers()
223 regs = ocd_read_bdm_registers (first_bdm_regno, last_bdm_regno, ®len); in bdm_ppc_fetch_registers()
233 regoffset = bdm_regno - first_bdm_regno; in bdm_ppc_fetch_registers()
254 int first_bdm_regno, last_bdm_regno; in bdm_ppc_store_registers() local
261 first_bdm_regno = 0; in bdm_ppc_store_registers()
269 first_bdm_regno = bdm_regmap[regno]; in bdm_ppc_store_registers()
273 if (first_bdm_regno == -1) in bdm_ppc_store_registers()