Home
last modified time | relevance | path

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

/xen/tools/debugger/gdbsx/gx/
A Dgx_main.c312 *rbuf++ = gx_tohex((EBP_IDX >> 4) & 0xf);
313 *rbuf++ = gx_tohex(EBP_IDX & 0xf);
317 *rbuf++ = gx_tohex((ESP_IDX >> 4) & 0xf);
318 *rbuf++ = gx_tohex(ESP_IDX & 0xf);
322 *rbuf++ = gx_tohex((EIP_IDX >> 4) & 0xf);
323 *rbuf++ = gx_tohex(EIP_IDX & 0xf);
334 *rbuf++ = gx_tohex(RBP_IDX & 0xf);
339 *rbuf++ = gx_tohex(RSP_IDX & 0xf);
344 *rbuf++ = gx_tohex(RIP_IDX & 0xf);
380 *buf++ = gx_tohex(nib); in prepare_stop_reply()
[all …]
A Dgx_utils.c50 gx_tohex(int nib) in gx_tohex() function
67 *to++ = gx_tohex(nib); in gx_convert_int_to_ascii()
69 *to++ = gx_tohex(nib); in gx_convert_int_to_ascii()
A Dgx.h36 int gx_tohex(int);
A Dgx_comm.c293 *p++ = gx_tohex((csum >> 4) & 0xf); in gx_putpkt()
294 *p++ = gx_tohex(csum & 0xf); in gx_putpkt()

Completed in 4 milliseconds