Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | vcpu_runstate_info |
struct | vcpu_register_runstate_memory_area |
struct | vcpu_set_periodic_timer |
struct | vcpu_set_singleshot_timer |
struct | vcpu_register_vcpu_info |
Macros | |
#define | VCPUOP_initialise 0 |
#define | VCPUOP_up 1 |
#define | VCPUOP_down 2 |
#define | VCPUOP_is_up 3 |
#define | VCPUOP_get_runstate_info 4 |
#define | RUNSTATE_running 0 |
#define | RUNSTATE_runnable 1 |
#define | RUNSTATE_blocked 2 |
#define | RUNSTATE_offline 3 |
#define | VCPUOP_register_runstate_memory_area 5 |
#define | VCPUOP_set_periodic_timer 6 /* arg == vcpu_set_periodic_timer_t */ |
#define | VCPUOP_stop_periodic_timer 7 /* arg == NULL */ |
#define | VCPUOP_set_singleshot_timer 8 /* arg == vcpu_set_singleshot_timer_t */ |
#define | VCPUOP_stop_singleshot_timer 9 /* arg == NULL */ |
#define | _VCPU_SSHOTTMR_future (0) |
#define | VCPU_SSHOTTMR_future (1U << _VCPU_SSHOTTMR_future) |
#define | VCPUOP_register_vcpu_info 10 /* arg == struct vcpu_info */ |
#define VCPUOP_set_periodic_timer 6 /* arg == vcpu_set_periodic_timer_t */ |
#define VCPUOP_set_singleshot_timer 8 /* arg == vcpu_set_singleshot_timer_t */ |
DEFINE_GUEST_HANDLE_STRUCT | ( | vcpu_runstate_info | ) |
DEFINE_GUEST_HANDLE_STRUCT | ( | vcpu_set_periodic_timer | ) |
DEFINE_GUEST_HANDLE_STRUCT | ( | vcpu_set_singleshot_timer | ) |
DEFINE_GUEST_HANDLE_STRUCT | ( | vcpu_register_vcpu_info | ) |