Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c387 static uint8_t * hex2mem(const uint8_t *buf, void *mem_, int count) in hex2mem() function
604 if (hex2mem(ptr, (void *)addr, length)) in handle_exception()
638 hex2mem(ptr, aregs + addr, 4); in handle_exception()
640 hex2mem(ptr, sregs + DEBUG_PC, 4); in handle_exception()
642 hex2mem(ptr, aregs + ((addr - windowbase) & 0xff), 4); in handle_exception()
645 hex2mem(ptr, sregs + addr, 4); in handle_exception()