Searched refs:xg_gdb_regs32 (Results 1 – 4 of 4) sorted by relevance
37 struct xg_gdb_regs32 { struct85 struct xg_gdb_regs32 gregs_32;
519 _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 = ®sp->gregs_32; in xg_regs_read()739 struct xg_gdb_regs32 *r32p = ®sp->gregs_32; in xg_regs_write()
33 prnt_32regs(struct xg_gdb_regs32 *r32p) in prnt_32regs()
310 copy_mini_context32(char *rbuf, union xg_gdb_regs32 *regsp)
Completed in 6 milliseconds