Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_main.c69 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, &regs, guest_bitness)) {
A Dgx_local.c117 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 Dxg_public.h34 XG_GPRS=1, /* general purpose user regs */ enumerator
A Dxg_main.c706 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 7 milliseconds