Searched refs:which_regs (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | xg_dummy.c | 90 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 D | xg_main.c | 696 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