xen.h (17fb46b1190b677a37cdd636e2aa30052109f51b) xen.h (5f141548824cebbff2e838ff401c34e667797467)
1/******************************************************************************
2 * xen.h
3 *
4 * Guest OS interface to Xen.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to
8 * deal in the Software without restriction, including without limitation the

--- 66 unchanged lines hidden (view full) ---

75#define __HYPERVISOR_event_channel_op 32
76#define __HYPERVISOR_physdev_op 33
77#define __HYPERVISOR_hvm_op 34
78#define __HYPERVISOR_sysctl 35
79#define __HYPERVISOR_domctl 36
80#define __HYPERVISOR_kexec_op 37
81#define __HYPERVISOR_tmem_op 38
82#define __HYPERVISOR_xc_reserved_op 39 /* reserved for XenClient */
1/******************************************************************************
2 * xen.h
3 *
4 * Guest OS interface to Xen.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to
8 * deal in the Software without restriction, including without limitation the

--- 66 unchanged lines hidden (view full) ---

75#define __HYPERVISOR_event_channel_op 32
76#define __HYPERVISOR_physdev_op 33
77#define __HYPERVISOR_hvm_op 34
78#define __HYPERVISOR_sysctl 35
79#define __HYPERVISOR_domctl 36
80#define __HYPERVISOR_kexec_op 37
81#define __HYPERVISOR_tmem_op 38
82#define __HYPERVISOR_xc_reserved_op 39 /* reserved for XenClient */
83#define __HYPERVISOR_xenpmu_op 40
83
84/* Architecture-specific hypercall definitions. */
85#define __HYPERVISOR_arch_0 48
86#define __HYPERVISOR_arch_1 49
87#define __HYPERVISOR_arch_2 50
88#define __HYPERVISOR_arch_3 51
89#define __HYPERVISOR_arch_4 52
90#define __HYPERVISOR_arch_5 53

--- 673 unchanged lines hidden ---
84
85/* Architecture-specific hypercall definitions. */
86#define __HYPERVISOR_arch_0 48
87#define __HYPERVISOR_arch_1 49
88#define __HYPERVISOR_arch_2 50
89#define __HYPERVISOR_arch_3 51
90#define __HYPERVISOR_arch_4 52
91#define __HYPERVISOR_arch_5 53

--- 673 unchanged lines hidden ---