Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hypercall.h File Reference
#include <xen/interface/xen.h>

Go to the source code of this file.

Functions

long privcmd_call (unsigned call, unsigned long a1, unsigned long a2, unsigned long a3, unsigned long a4, unsigned long a5)
 
int HYPERVISOR_xen_version (int cmd, void *arg)
 
int HYPERVISOR_console_io (int cmd, int count, char *str)
 
int HYPERVISOR_grant_table_op (unsigned int cmd, void *uop, unsigned int count)
 
int HYPERVISOR_sched_op (int cmd, void *arg)
 
int HYPERVISOR_event_channel_op (int cmd, void *arg)
 
unsigned long HYPERVISOR_hvm_op (int op, void *arg)
 
int HYPERVISOR_memory_op (unsigned int cmd, void *arg)
 
int HYPERVISOR_physdev_op (int cmd, void *arg)
 

Function Documentation

int HYPERVISOR_console_io ( int  cmd,
int  count,
char str 
)
int HYPERVISOR_event_channel_op ( int  cmd,
void arg 
)
int HYPERVISOR_grant_table_op ( unsigned int  cmd,
void uop,
unsigned int  count 
)

Definition at line 82 of file grant-table.c.

unsigned long HYPERVISOR_hvm_op ( int  op,
void arg 
)
int HYPERVISOR_memory_op ( unsigned int  cmd,
void arg 
)
int HYPERVISOR_physdev_op ( int  cmd,
void arg 
)
int HYPERVISOR_sched_op ( int  cmd,
void arg 
)
int HYPERVISOR_xen_version ( int  cmd,
void arg 
)
long privcmd_call ( unsigned  call,
unsigned long  a1,
unsigned long  a2,
unsigned long  a3,
unsigned long  a4,
unsigned long  a5 
)