Searched refs:xg_regs_read (Results 1 – 5 of 5) 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() function
|
A D | gx_local.c | 117 rc = xg_regs_read(XG_GPRS, vcpuid, &gregs, guest_bitness); in prnt_vcpu_context()
|
A D | gx_main.c | 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)) {
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/ |
A D | xg_public.h | 103 int xg_regs_read(regstype_t, vcpuid_t, union xg_gdb_regs *, int);
|
A D | xg_main.c | 696 xg_regs_read(regstype_t which_regs, vcpuid_t which_vcpu, in xg_regs_read() function
|
Completed in 6 milliseconds