Home
last modified time | relevance | path

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

/xen/tools/debugger/gdbsx/xg/
A Dxg_public.h37 struct xg_gdb_regs32 { struct
85 struct xg_gdb_regs32 gregs_32;
A Dxg_main.c519 _cp_32ctxt_to_32gdb(struct cpu_user_regs_x86_32 *cp, struct xg_gdb_regs32 *rp) in _cp_32ctxt_to_32gdb()
521 memset(rp, 0, sizeof(struct xg_gdb_regs32)); in _cp_32ctxt_to_32gdb()
541 _cp_64ctxt_to_32gdb(struct cpu_user_regs_x86_64 *cp, struct xg_gdb_regs32 *rp) in _cp_64ctxt_to_32gdb()
543 memset(rp, 0, sizeof(struct xg_gdb_regs32)); in _cp_64ctxt_to_32gdb()
600 _cp_32gdb_to_32ctxt(struct xg_gdb_regs32 *rp, struct cpu_user_regs_x86_32 *cp) in _cp_32gdb_to_32ctxt()
621 _cp_32gdb_to_64ctxt(struct xg_gdb_regs32 *rp, struct cpu_user_regs_x86_64 *cp) in _cp_32gdb_to_64ctxt()
702 struct xg_gdb_regs32 *r32p = &regsp->gregs_32; in xg_regs_read()
739 struct xg_gdb_regs32 *r32p = &regsp->gregs_32; in xg_regs_write()
/xen/tools/debugger/gdbsx/gx/
A Dgx_local.c33 prnt_32regs(struct xg_gdb_regs32 *r32p) in prnt_32regs()
A Dgx_main.c310 copy_mini_context32(char *rbuf, union xg_gdb_regs32 *regsp)

Completed in 6 milliseconds