Home
last modified time | relevance | path

Searched refs:target_write_u64 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dmips_mips64.c262 retval = target_write_u64(target, c->reg_address, bp_value); in mips_mips64_set_hwbp()
268 retval = target_write_u64(target, c->reg_address + 0x08, 0); in mips_mips64_set_hwbp()
273 retval = target_write_u64(target, c->reg_address + 0x18, 1); in mips_mips64_set_hwbp()
462 retval = target_write_u64(target, c->reg_address, wp_value); in mips_mips64_set_watchpoint()
466 retval = target_write_u64(target, c->reg_address + 0x08, 0); in mips_mips64_set_watchpoint()
470 retval = target_write_u64(target, c->reg_address + 0x10, 0); in mips_mips64_set_watchpoint()
474 retval = target_write_u64(target, c->reg_address + 0x18, enable); in mips_mips64_set_watchpoint()
478 retval = target_write_u64(target, c->reg_address + 0x20, 0); in mips_mips64_set_watchpoint()
523 return target_write_u64(target, in mips_mips64_unset_hwbp()
846 target_write_u64(target, comparator_list[wp_num].reg_address + 0x18, 0); in mips_mips64_unset_watchpoint()
H A Dmips64.c514 retval = target_write_u64(target, EJTAG64_V25_IBS, 0); in mips64_configure_i_break_unit()
550 retval = target_write_u64(target, EJTAG64_V25_DBS, 0); in mips64_configure_d_break_unit()
617 retval = target_write_u64(target, EJTAG64_DCR, dcr); in mips64_enable_interrupts()
H A Dtarget.h746 int target_write_u64(struct target *target, target_addr_t address, uint64_t value);
H A Dtarget.c2645 int target_write_u64(struct target *target, target_addr_t address, uint64_t value) in target_write_u64() function