Searched refs:xc_domain_set_tsc_info (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxc/ |
A D | xc_sr_common_x86.c | 35 if ( xc_domain_set_tsc_info(xch, ctx->domid, tsc->mode, in handle_x86_tsc_info()
|
A D | xc_domain.c | 828 int xc_domain_set_tsc_info(xc_interface *xch, in xc_domain_set_tsc_info() function
|
/xen/tools/libxl/ |
A D | libxl_x86.c | 492 if (xc_domain_set_tsc_info(ctx->xch, domid, tsc_mode, 0, 0, 0)) { in libxl__arch_domain_create()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1340 int xc_domain_set_tsc_info(xc_interface *xch,
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1465 if (xc_domain_set_tsc_info(self->xc_handle, dom, tsc_mode, 0, 0, 0) != 0) in pyxc_domain_set_tsc_info()
|
Completed in 19 milliseconds