Home
last modified time | relevance | path

Searched refs:cpu_hotplug (Results 1 – 5 of 5) sorted by relevance

/xen/tools/libs/ctrl/
A Dxc_cpu_hotplug.c29 sysctl.u.cpu_hotplug.cpu = cpu; in xc_cpu_online()
30 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_ONLINE; in xc_cpu_online()
42 sysctl.u.cpu_hotplug.cpu = cpu; in xc_cpu_offline()
43 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_OFFLINE; in xc_cpu_offline()
55 sysctl.u.cpu_hotplug.cpu = 0; in xc_smt_enable()
56 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_SMT_ENABLE; in xc_smt_enable()
68 sysctl.u.cpu_hotplug.cpu = 0; in xc_smt_disable()
69 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_SMT_DISABLE; in xc_smt_disable()
/xen/xen/arch/x86/
A Dsysctl.c118 unsigned int cpu = sysctl->u.cpu_hotplug.cpu; in arch_do_sysctl()
119 unsigned int op = sysctl->u.cpu_hotplug.op; in arch_do_sysctl()
/xen/xen/include/public/
A Dsysctl.h1249 struct xen_sysctl_cpu_hotplug cpu_hotplug; member
/xen/tools/libs/light/
A Dlibxl_types.idl261 (12, "cpu_hotplug"),
/xen/docs/man/
A Dxl.cfg.5.pod.in2455 =item B<cpu_hotplug>
2464 B<crash_ctl>, B<stimer>, B<no_vp_limit> and B<cpu_hotplug> groups.

Completed in 20 milliseconds