Searched refs:XG_GPRS (Results 1 – 4 of 4) sorted by relevance
/xen/tools/debugger/gdbsx/gx/ |
A D | gx_main.c | 70 rc = xg_regs_write(XG_GPRS, current_vcpu, &gregs, guest_bitness); in gx_write_guest_regs() 89 rc = xg_regs_read(XG_GPRS, current_vcpu, &gregs, guest_bitness); in gx_read_guest_regs() 356 if (xg_regs_read(XG_GPRS, 0, ®s, guest_bitness)) {
|
A D | gx_local.c | 118 rc = xg_regs_read(XG_GPRS, vcpuid, &gregs, guest_bitness); in prnt_vcpu_context()
|
/xen/tools/debugger/gdbsx/xg/ |
A D | xg_public.h | 26 XG_GPRS=1, /* general purpose user regs */ enumerator
|
A D | xg_main.c | 706 if (which_regs != XG_GPRS) { in xg_regs_read() 708 XGERR("regs got: %d. Expected GPRS:%d\n", which_regs, XG_GPRS); in xg_regs_read() 743 if (which_regs != XG_GPRS) { in xg_regs_write() 745 XGERR("regs got: %d. Expected GPRS:%d\n", which_regs, XG_GPRS); in xg_regs_write()
|
Completed in 5 milliseconds