Home
last modified time | relevance | path

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

/xen/tools/debugger/gdbsx/gx/
A Dgx_local.c49 printf("rip:%016"PRIx64" rsp:%016"PRIx64" flags:%08x\n", r64p->rip, r64p->rsp, in prnt_64regs()
50 r64p->eflags); in prnt_64regs()
51 printf("rax:%016"PRIx64" rbx:%016"PRIx64" rcx:%016"PRIx64"\n", r64p->rax, r64p->rbx, in prnt_64regs()
52 r64p->rcx); in prnt_64regs()
53 printf("rdx:%016"PRIx64" rsi:%016"PRIx64" rdi:%016"PRIx64"\n", r64p->rdx, r64p->rsi, in prnt_64regs()
54 r64p->rdi); in prnt_64regs()
55 printf("r08:%016"PRIx64" r09:%016"PRIx64" r10:%016"PRIx64"\n", r64p->r8, r64p->r9, in prnt_64regs()
56 r64p->r10); in prnt_64regs()
58 r64p->r13); in prnt_64regs()
60 r64p->rbp); in prnt_64regs()
[all …]
/xen/tools/debugger/gdbsx/xg/
A Dxg_main.c703 struct xg_gdb_regs64 *r64p = &regsp->gregs_64; in xg_regs_read() local
722 _cp_64ctxt_to_64gdb(cr64p, r64p); in xg_regs_read()
740 struct xg_gdb_regs64 *r64p = &regsp->gregs_64; in xg_regs_write() local
757 _cp_64gdb_to_64ctxt(r64p, cr64p); in xg_regs_write()

Completed in 3 milliseconds