|
static long | hypercall_set_trap_table (const struct xen_trap_info *ti) |
|
static long | hypercall_mmu_update (const mmu_update_t reqs[], unsigned int count, unsigned int *done, unsigned int foreigndom) |
|
static long | hypercall_set_gdt (const unsigned long *mfns, unsigned int entries) |
|
static long | hypercall_stack_switch (const unsigned int ss, const void *sp) |
|
static long | hypercall_set_debugreg (unsigned int reg, unsigned long val) |
|
static long | hypercall_get_debugreg (unsigned int reg) |
|
static long | hypercall_update_descriptor (uint64_t maddr, user_desc desc) |
|
static long | hypercall_memory_op (unsigned int cmd, void *arg) |
|
static long | hypercall_multicall (struct multicall_entry *list, unsigned int nr) |
|
static long | hypercall_update_va_mapping (unsigned long linear, uint64_t npte, enum XEN_UVMF flags) |
|
static long | hypercall_xen_version (unsigned int cmd, void *arg) |
|
static long | hypercall_grant_table_op (unsigned int cmd, void *args, unsigned int count) |
|
static long | hypercall_vm_assist (unsigned int cmd, unsigned int type) |
|
static long | hypercall_vcpu_op (unsigned int cmd, unsigned int vcpu, void *extra) |
|
static long | hypercall_mmuext_op (const mmuext_op_t ops[], unsigned int count, unsigned int *done, unsigned int foreigndom) |
|
static long | hypercall_sched_op (unsigned int cmd, void *arg) |
|
static long | hypercall_callback_op (unsigned int cmd, const void *arg) |
|
static long | hypercall_event_channel_op (unsigned int cmd, void *arg) |
|
static long | hypercall_physdev_op (unsigned int cmd, void *arg) |
|
static long | hypercall_hvm_op (unsigned int cmd, void *arg) |
|
static long | hypercall_sysctl (xen_sysctl_t *arg) |
|
static long | hypercall_argo_op (unsigned int cmd, void *arg1, void *arg2, unsigned long arg3, unsigned long arg4) |
|
static void | hypercall_console_write (const char *buf, unsigned long count) |
|
static long | hypercall_shutdown (unsigned int reason) |
|
static void | hypercall_yield (void) |
|
static long | hypercall_poll (evtchn_port_t port) |
|
static int | hypercall_register_callback (const xen_callback_register_t *arg) |
|
static int | hypercall_evtchn_send (evtchn_port_t port) |
|
static int | hvm_set_param (unsigned int idx, uint64_t value) |
|
static int | hvm_get_param (unsigned int idx, uint64_t *value) |
|