Home
last modified time | relevance | path

Searched refs:target_buffer_get_u64 (Results 1 – 8 of 8) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/rtos/
H A Dchromium-ec.c307 runtime = target_buffer_get_u64(rtos->target, runtime_buf); in chromium_ec_update_threads()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dx86_32_common.c487 uint64_t pdpt_entry = target_buffer_get_u64(t, entry_buffer); in calcaddr_physfromlin()
502 uint64_t pd_entry = target_buffer_get_u64(t, entry_buffer); in calcaddr_physfromlin()
526 uint64_t pt_entry = target_buffer_get_u64(t, entry_buffer); in calcaddr_physfromlin()
H A Dtarget.h726 uint64_t target_buffer_get_u64(struct target *target, const uint8_t *buffer);
H A Dsemihosting_common.c1443 return target_buffer_get_u64(target, fields + (index * 8)); in semihosting_get_field()
H A Dtarget.c355 uint64_t target_buffer_get_u64(struct target *target, const uint8_t *buffer) in target_buffer_get_u64() function
437 dstbuf[i] = target_buffer_get_u64(target, &buffer[i * 8]); in target_buffer_get_u64_array()
2562 *value = target_buffer_get_u64(target, value_buf); in target_read_u64()
3396 value = target_buffer_get_u64(target, value_ptr); in target_handle_md_output()
/dports/devel/openocd/openocd-0.11.0/src/flash/nor/
H A Datsame5.c817 uint64_t value = target_buffer_get_u64(target, buffer); in COMMAND_HANDLER()
H A Dat91samd.c626 *userrow = target_buffer_get_u64(target, buffer); in read_userrow()
H A Dtcl.c647 readback = target_buffer_get_u64(target, ptr); in COMMAND_HANDLER()