Home
last modified time | relevance | path

Searched refs:do_sysctl (Results 1 – 13 of 13) sorted by relevance

/xen/tools/libs/ctrl/
A Dxc_misc.c183 ret = do_sysctl(xch, &sysctl); in xc_send_debug_keys()
461 return do_sysctl(xch, &sysctl); in xc_perfc_reset()
476 rc = do_sysctl(xch, &sysctl); in xc_perfc_query_number()
499 return do_sysctl(xch, &sysctl); in xc_perfc_query()
524 rc = do_sysctl(xch, &sysctl); in xc_lockprof_query_number()
545 rc = do_sysctl(xch, &sysctl); in xc_lockprof_query()
566 rc = do_sysctl(xch, &sysctl); in xc_getcpuinfo()
623 rc = do_sysctl(xch, &sysctl); in xc_livepatch_upload()
667 rc = do_sysctl(xch, &sysctl); in xc_livepatch_get()
705 rc = do_sysctl(xch, &sysctl); in xc_livepatch_list_get_sizes()
[all …]
A Dxc_arinc653.c52 rc = do_sysctl(xch, &sysctl); in xc_sched_arinc653_schedule_set()
82 rc = do_sysctl(xch, &sysctl); in xc_sched_arinc653_schedule_get()
A Dxc_csched.c82 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit_params_set()
103 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit_params_get()
A Dxc_csched2.c82 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit2_params_set()
103 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit2_params_get()
A Dxc_tbuf.c153 ret = do_sysctl(xch, &sysctl); in xc_tbuf_set_cpu_mask()
170 return do_sysctl(xch, &sysctl); in xc_tbuf_set_evt_mask()
A Dxc_pm.c404 rc = do_sysctl(xch, &sysctl); in xc_set_sched_opt_smt()
423 rc = do_sysctl(xch, &sysctl); in get_max_cstate()
453 return do_sysctl(xch, &sysctl); in set_max_cstate()
478 return do_sysctl(xch, &sysctl); in xc_enable_turbo()
493 return do_sysctl(xch, &sysctl); in xc_disable_turbo()
A Dxc_dt_overlay.c43 if ( (err = do_sysctl(xch, &sysctl)) != 0 ) in xc_dt_overlay()
A Dxc_cpupool.c31 ret = do_sysctl(xch, sysctl); in do_sysctl_save()
A Dxc_private.h291 static inline int do_sysctl(xc_interface *xch, struct xen_sysctl *sysctl) in do_sysctl() function
A Dxc_psr.c242 rc = do_sysctl(xch, &sysctl); in xc_psr_cmt_enabled()
A Dxc_private.c490 return do_sysctl(xch, sysctl); in xc_sysctl()
/xen/tools/libs/guest/
A Dxg_cpuid_x86.c45 ret = do_sysctl(xch, &sysctl); in xc_get_cpu_levelling_caps()
70 ret = do_sysctl(xch, &sysctl); in xc_get_cpu_featureset()
117 ret = do_sysctl(xch, &sysctl); in xc_cpu_policy_get_size()
151 ret = do_sysctl(xch, &sysctl); in get_system_cpu_policy()
/xen/xen/common/
A Dsysctl.c32 long do_sysctl(XEN_GUEST_HANDLE_PARAM(xen_sysctl_t) u_sysctl) in do_sysctl() function

Completed in 33 milliseconds