Searched refs:xc_domain_get_guest_width (Results 1 – 9 of 9) sorted by relevance
| /tools/libs/guest/ |
| A D | xg_resume.c | 69 if ( xc_domain_get_guest_width(xch, domid, &dinfo->guest_width) ) in modify_returncode() 162 if ( xc_domain_get_guest_width(xch, domid, &dinfo->guest_width) != 0 ) in xc_domain_resume_any()
|
| A D | xg_domain.c | 58 if ( xc_domain_get_guest_width(xch, domid, &minfo->guest_width) ) in xc_map_domain_meminfo()
|
| A D | xg_sr_common_x86_pv.c | 74 if ( xc_domain_get_guest_width(xch, ctx->domid, &guest_width) ) in x86_pv_domain_info()
|
| A D | xg_core.c | 490 if ( xc_domain_get_guest_width(xch, domid, &dinfo->guest_width) != 0 ) in xc_domain_dumpcore_via_callback()
|
| A D | xg_dom_x86.c | 119 ret = xc_domain_get_guest_width(xch, domid, &guest_width); in xc_domain_get_native_protocol()
|
| /tools/libs/ctrl/ |
| A D | xc_pagetab.c | 56 if (xc_domain_get_guest_width(xch, dom, &gwidth) != 0) in xc_translate_foreign_address()
|
| A D | xc_domain.c | 304 int xc_domain_get_guest_width(xc_interface *xch, uint32_t domid, in xc_domain_get_guest_width() function
|
| /tools/xentrace/ |
| A D | xenctx.c | 1012 if ( !xc_domain_get_guest_width(xenctx.xc_handle, xenctx.domid, &gw) ) in dump_ctx()
|
| /tools/include/ |
| A D | xenctrl.h | 656 int xc_domain_get_guest_width(xc_interface *xch, uint32_t domid,
|
Completed in 667 milliseconds