Home
last modified time | relevance | path

Searched refs:mips64_ejtag_config_step (Results 1 – 3 of 3) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dmips_ejtag.h255 int mips64_ejtag_config_step(struct mips_ejtag *ejtag_info, bool enable_step);
H A Dmips_mips64.c56 mips64_ejtag_config_step(ejtag_info, 0); in mips_mips64_debug_entry()
221 mips64_ejtag_config_step(ejtag_info, 1); in mips_mips64_single_step_core()
746 retval = mips64_ejtag_config_step(ejtag_info, 1); in mips_mips64_step()
H A Dmips_ejtag.c459 int mips64_ejtag_config_step(struct mips_ejtag *ejtag_info, bool enable_step) in mips64_ejtag_config_step() function