Go to the documentation of this file.
27 #ifndef __XEN_PUBLIC_VCPU_H__
28 #define __XEN_PUBLIC_VCPU_H__
45 #define VCPUOP_initialise 0
70 #define VCPUOP_is_up 3
76 #define VCPUOP_get_runstate_info 4
91 #define RUNSTATE_running 0
94 #define RUNSTATE_runnable 1
97 #define RUNSTATE_blocked 2
105 #define RUNSTATE_offline 3
120 #define VCPUOP_register_runstate_memory_area 5
134 #define VCPUOP_set_periodic_timer 6
135 #define VCPUOP_stop_periodic_timer 7
145 #define VCPUOP_set_singleshot_timer 8
146 #define VCPUOP_stop_singleshot_timer 9
155 #define _VCPU_SSHOTTMR_future (0)
156 #define VCPU_SSHOTTMR_future (1U << _VCPU_SSHOTTMR_future)
165 #define VCPUOP_register_vcpu_info 10