Home
last modified time | relevance | path

Searched refs:xc_sysctl (Results 1 – 10 of 10) sorted by relevance

/tools/libs/ctrl/
A Dxc_cpu_hotplug.c31 ret = xc_sysctl(xch, &sysctl); in xc_cpu_online()
44 ret = xc_sysctl(xch, &sysctl); in xc_cpu_offline()
57 ret = xc_sysctl(xch, &sysctl); in xc_smt_enable()
70 ret = xc_sysctl(xch, &sysctl); in xc_smt_disable()
A Dxc_tbuf.c39 return xc_sysctl(xch, &sysctl); in tbuf_enable()
51 return xc_sysctl(xch, &sysctl); in xc_tbuf_set_size()
64 rc = xc_sysctl(xch, &sysctl); in xc_tbuf_get_size()
102 rc = xc_sysctl(xch, &sysctl); in xc_tbuf_enable()
A Dxc_pm.c37 ret = xc_sysctl(xch, &sysctl); in xc_pm_get_max_px()
79 ret = xc_sysctl(xch, &sysctl); in xc_pm_get_pxstat()
106 return xc_sysctl(xch, &sysctl); in xc_pm_reset_pxstat()
117 if ( (ret = xc_sysctl(xch, &sysctl)) != 0 ) in xc_pm_get_max_cx()
161 if ( (ret = xc_sysctl(xch, &sysctl)) ) in xc_pm_get_cxstat()
190 return xc_sysctl(xch, &sysctl); in xc_pm_reset_cxstat()
249 ret = xc_sysctl(xch, &sysctl); in xc_get_cpufreq_para()
323 return xc_sysctl(xch, &sysctl); in xc_set_cpufreq_gov()
342 return xc_sysctl(xch, &sysctl); in xc_set_cpufreq_para()
361 ret = xc_sysctl(xch, &sysctl); in xc_set_cpufreq_cppc()
[all …]
A Dxc_psr.c86 rc = xc_sysctl(xch, &sysctl); in xc_psr_cmt_get_total_rmid()
111 rc = xc_sysctl(xch, &sysctl); in xc_psr_cmt_get_l3_upscaling_factor()
128 rc = xc_sysctl(xch, &sysctl); in xc_psr_cmt_get_l3_event_mask()
154 rc = xc_sysctl(xch, &sysctl); in xc_psr_cmt_get_l3_cache_size()
355 rc = xc_sysctl(xch, &sysctl); in xc_psr_get_hw_info()
369 rc = xc_sysctl(xch, &sysctl); in xc_psr_get_hw_info()
A Dxc_private.c488 int xc_sysctl(xc_interface *xch, struct xen_sysctl *sysctl) in xc_sysctl() function
A Dxc_domain.c383 if ( xc_sysctl(xch, &sysctl) < 0 ) in xc_domain_getinfolist()
1351 rc = xc_sysctl(xch, &sysctl); in xc_availheap()
/tools/xenmon/
A Dsetmask.c49 ret = xc_sysctl(xc_handle, &sysctl); in main()
65 ret = xc_sysctl(xc_handle, &sysctl); in main()
76 ret = xc_sysctl(xc_handle, &sysctl); in main()
/tools/misc/
A Dxencov.c41 return xc_sysctl(xch, sysctl); in cov_sysctl()
/tools/libs/guest/
A Dxg_offline_page.c74 ret = xc_sysctl(xch, &sysctl); in xc_mark_page_online()
104 ret = xc_sysctl(xch, &sysctl); in xc_mark_page_offline()
134 ret = xc_sysctl(xch, &sysctl); in xc_query_page_offline_status()
/tools/include/
A Dxenctrl.h1571 int xc_sysctl(xc_interface *xch, struct xen_sysctl *sysctl);

Completed in 22 milliseconds