Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dxg_dummy.c90 xg_regs_read(regstype_t which_regs, vcpuid_t which_vcpu, in xg_regs_read() argument
97 xg_regs_write(regstype_t which_regs, vcpuid_t which_vcpu, in xg_regs_write() argument
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/
A Dxg_main.c696 xg_regs_read(regstype_t which_regs, vcpuid_t which_vcpu, in xg_regs_read() argument
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()
733 xg_regs_write(regstype_t which_regs, vcpuid_t which_vcpu, in xg_regs_write() argument
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 4 milliseconds