Home
last modified time | relevance | path

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

/xen/tools/debugger/gdbsx/xg/
A Dxg_main.c701 struct cpu_user_regs_x86_64 *cr64p = &anyc.ctxt64.user_regs; in xg_regs_read() local
720 _cp_64ctxt_to_32gdb(cr64p, r32p); in xg_regs_read()
722 _cp_64ctxt_to_64gdb(cr64p, r64p); in xg_regs_read()
738 struct cpu_user_regs_x86_64 *cr64p = &anyc.ctxt64.user_regs; in xg_regs_write() local
755 _cp_32gdb_to_64ctxt(r32p, cr64p); in xg_regs_write()
757 _cp_64gdb_to_64ctxt(r64p, cr64p); in xg_regs_write()

Completed in 4 milliseconds