Linux Kernel
3.7.1
|
#include <xen/interface/xen.h>
#include <xen/interface/physdev.h>
#include <xen/interface/sched.h>
#include <asm/xen/xcom_hcall.h>
Go to the source code of this file.
Functions | |
unsigned long | __hypercall (unsigned long a1, unsigned long a2, unsigned long a3, unsigned long a4, unsigned long a5, unsigned long cmd) |
int | HYPERVISOR_grant_table_op (unsigned int cmd, void *uop, unsigned int count) |
int | xencomm_arch_hypercall_suspend (struct xencomm_handle *arg) |
Definition at line 49 of file hypercall.h.
Definition at line 56 of file hypercall.h.
Definition at line 64 of file hypercall.h.
Definition at line 73 of file hypercall.h.
Definition at line 83 of file hypercall.h.
Definition at line 94 of file hypercall.h.
#define HYPERVISOR_callback_op xencomm_hypercall_callback_op |
Definition at line 207 of file hypercall.h.
#define HYPERVISOR_console_io xencomm_hypercall_console_io |
Definition at line 210 of file hypercall.h.
#define HYPERVISOR_event_channel_op xencomm_hypercall_event_channel_op |
Definition at line 206 of file hypercall.h.
#define HYPERVISOR_memory_op xencomm_hypercall_memory_op |
Definition at line 211 of file hypercall.h.
Definition at line 217 of file hypercall.h.
#define HYPERVISOR_multicall xencomm_hypercall_multicall |
Definition at line 208 of file hypercall.h.
#define HYPERVISOR_opt_feature xencomm_hypercall_opt_feature |
Definition at line 214 of file hypercall.h.
#define HYPERVISOR_sched_op xencomm_hypercall_sched_op |
Definition at line 205 of file hypercall.h.
#define HYPERVISOR_suspend xencomm_hypercall_suspend |
Definition at line 212 of file hypercall.h.
Definition at line 202 of file hypercall.h.
#define HYPERVISOR_vcpu_op xencomm_hypercall_vcpu_op |
Definition at line 213 of file hypercall.h.
#define HYPERVISOR_xen_version xencomm_hypercall_xen_version |
Definition at line 209 of file hypercall.h.
#define MULTI_UVMFLAGS_INDEX 0 /* XXX any value */ |
Definition at line 233 of file hypercall.h.
unsigned long __hypercall | ( | unsigned long | a1, |
unsigned long | a2, | ||
unsigned long | a3, | ||
unsigned long | a4, | ||
unsigned long | a5, | ||
unsigned long | cmd | ||
) |
Definition at line 82 of file grant-table.c.