Linux Kernel
3.7.1
|
#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) |
Definition at line 82 of file grant-table.c.