Searched refs:XG_GPRS (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | gx_main.c | 69 rc = xg_regs_write(XG_GPRS, current_vcpu, &gregs, guest_bitness); in gx_write_guest_regs() 88 rc = xg_regs_read(XG_GPRS, current_vcpu, &gregs, guest_bitness); in gx_read_guest_regs() 355 if (xg_regs_read(XG_GPRS, 0, ®s, guest_bitness)) {
|
A D | gx_local.c | 117 rc = xg_regs_read(XG_GPRS, vcpuid, &gregs, guest_bitness); in prnt_vcpu_context()
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/ |
A D | xg_public.h | 34 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 6 milliseconds