Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_misc.c183 ret = do_sysctl(xch, &sysctl); in xc_send_debug_keys()
428 return do_sysctl(xch, &sysctl); in xc_perfc_reset()
443 rc = do_sysctl(xch, &sysctl); in xc_perfc_query_number()
466 return do_sysctl(xch, &sysctl); in xc_perfc_query()
491 rc = do_sysctl(xch, &sysctl); in xc_lockprof_query_number()
512 rc = do_sysctl(xch, &sysctl); in xc_lockprof_query()
533 rc = do_sysctl(xch, &sysctl); in xc_getcpuinfo()
589 rc = do_sysctl(xch, &sysctl); in xc_livepatch_upload()
634 rc = do_sysctl(xch, &sysctl); in xc_livepatch_get()
672 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.c365 rc = do_sysctl(xch, &sysctl); in xc_set_sched_opt_smt()
384 rc = do_sysctl(xch, &sysctl); in get_max_cstate()
414 return do_sysctl(xch, &sysctl); in set_max_cstate()
439 return do_sysctl(xch, &sysctl); in xc_enable_turbo()
454 return do_sysctl(xch, &sysctl); in xc_disable_turbo()
A Dxc_cpuid_x86.c48 ret = do_sysctl(xch, &sysctl); in xc_get_cpu_levelling_caps()
73 ret = do_sysctl(xch, &sysctl); in xc_get_cpu_featureset()
120 ret = do_sysctl(xch, &sysctl); in xc_get_cpu_policy_size()
155 ret = do_sysctl(xch, &sysctl); in xc_get_system_cpu_policy()
A Dxc_cpupool.c31 ret = do_sysctl(xch, sysctl); in do_sysctl_save()
A Dxc_psr.c242 rc = do_sysctl(xch, &sysctl); in xc_psr_cmt_enabled()
A Dxc_private.h305 static inline int do_sysctl(xc_interface *xch, struct xen_sysctl *sysctl) in do_sysctl() function
A Dxc_private.c452 return do_sysctl(xch, sysctl); in xc_sysctl()
/xen/xen/include/xen/
A Dhypercall.h36 do_sysctl(
/xen/xen/common/
A Dsysctl.c31 long do_sysctl(XEN_GUEST_HANDLE_PARAM(xen_sysctl_t) u_sysctl) in do_sysctl() function

Completed in 18 milliseconds