Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xcom_hcall.c File Reference
#include <linux/module.h>
#include <xen/interface/xen.h>
#include <xen/interface/memory.h>
#include <xen/interface/grant_table.h>
#include <xen/interface/callback.h>
#include <xen/interface/vcpu.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/xencomm.h>

Go to the source code of this file.

Functions

int xencomm_hypercall_console_io (int cmd, int count, char *str)
 
 EXPORT_SYMBOL_GPL (xencomm_hypercall_console_io)
 
int xencomm_hypercall_event_channel_op (int cmd, void *op)
 
 EXPORT_SYMBOL_GPL (xencomm_hypercall_event_channel_op)
 
int xencomm_hypercall_xen_version (int cmd, void *arg)
 
 EXPORT_SYMBOL_GPL (xencomm_hypercall_xen_version)
 
int xencomm_hypercall_physdev_op (int cmd, void *op)
 
int xencomm_hypercall_grant_table_op (unsigned int cmd, void *op, unsigned int count)
 
 EXPORT_SYMBOL_GPL (xencomm_hypercall_grant_table_op)
 
int xencomm_hypercall_sched_op (int cmd, void *arg)
 
 EXPORT_SYMBOL_GPL (xencomm_hypercall_sched_op)
 
int xencomm_hypercall_multicall (void *call_list, int nr_calls)
 
 EXPORT_SYMBOL_GPL (xencomm_hypercall_multicall)
 
int xencomm_hypercall_callback_op (int cmd, void *arg)
 
int xencomm_hypercall_memory_op (unsigned int cmd, void *arg)
 
 EXPORT_SYMBOL_GPL (xencomm_hypercall_memory_op)
 
int xencomm_hypercall_suspend (unsigned long srec)
 
long xencomm_hypercall_vcpu_op (int cmd, int cpu, void *arg)
 
long xencomm_hypercall_opt_feature (void *arg)
 

Function Documentation

EXPORT_SYMBOL_GPL ( xencomm_hypercall_console_io  )
EXPORT_SYMBOL_GPL ( xencomm_hypercall_event_channel_op  )
EXPORT_SYMBOL_GPL ( xencomm_hypercall_xen_version  )
EXPORT_SYMBOL_GPL ( xencomm_hypercall_grant_table_op  )
EXPORT_SYMBOL_GPL ( xencomm_hypercall_sched_op  )
EXPORT_SYMBOL_GPL ( xencomm_hypercall_multicall  )
EXPORT_SYMBOL_GPL ( xencomm_hypercall_memory_op  )
int xencomm_hypercall_callback_op ( int  cmd,
void arg 
)

Definition at line 306 of file xcom_hcall.c.

int xencomm_hypercall_console_io ( int  cmd,
int  count,
char str 
)

Definition at line 50 of file xcom_hcall.c.

int xencomm_hypercall_event_channel_op ( int  cmd,
void op 
)

Definition at line 64 of file xcom_hcall.c.

int xencomm_hypercall_grant_table_op ( unsigned int  cmd,
void op,
unsigned int  count 
)

Definition at line 207 of file xcom_hcall.c.

int xencomm_hypercall_memory_op ( unsigned int  cmd,
void arg 
)

Definition at line 344 of file xcom_hcall.c.

int xencomm_hypercall_multicall ( void call_list,
int  nr_calls 
)

Definition at line 262 of file xcom_hcall.c.

long xencomm_hypercall_opt_feature ( void arg)

Definition at line 436 of file xcom_hcall.c.

int xencomm_hypercall_physdev_op ( int  cmd,
void op 
)

Definition at line 119 of file xcom_hcall.c.

int xencomm_hypercall_sched_op ( int  cmd,
void arg 
)

Definition at line 223 of file xcom_hcall.c.

int xencomm_hypercall_suspend ( unsigned long  srec)

Definition at line 401 of file xcom_hcall.c.

long xencomm_hypercall_vcpu_op ( int  cmd,
int  cpu,
void arg 
)

Definition at line 412 of file xcom_hcall.c.

int xencomm_hypercall_xen_version ( int  cmd,
void arg 
)

Definition at line 76 of file xcom_hcall.c.