|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 21/50] ia64/pv_ops: header file to switch paravi
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
arch/ia64/kernel/inst_paravirt.h | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 arch/ia64/kernel/inst_paravirt.h
diff --git a/arch/ia64/kernel/inst_paravirt.h b/arch/ia64/kernel/inst_paravirt.h
new file mode 100644
index 0000000..689c343
--- /dev/null
+++ b/arch/ia64/kernel/inst_paravirt.h
@@ -0,0 +1,28 @@
+/******************************************************************************
+ * linux/arch/ia64/xen/inst_paravirt.h
+ *
+ * Copyright (c) 2007 Isaku Yamahata <yamahata at valinux co jp>
+ * VA Linux Systems Japan K.K.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
+#ifdef __IA64_ASM_PARAVIRTUALIZED_XEN
+#include "../xen/inst_xen.h"
+#include "../xen/xenminstate.h"
+#else
+#include "inst_native.h"
+#endif
--
1.5.3
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 15/50] ia64/pv_ops: preparation for paravirtualizatin of switch_leave.S and ivt.S, (continued)
- [Xen-ia64-devel] [PATCH 15/50] ia64/pv_ops: preparation for paravirtualizatin of switch_leave.S and ivt.S, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 16/50] ia64/pv_ops: hook pal_call_static() for paravirtualization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/50] xen: import arch generic part of xencomm., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 14/50] ia64/pv_ops: split out ia64_swtich_to(), ia64_leave_syscall() and ia64_leave_kernel from entry.S to switch_leave.S for paravirtualization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 20/50] ia64/pv_ops: paravirtualized instructions for hand written assembly code on native., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 29/50] ia64/xen: increase IA64_MAX_RSVD_REGIONS., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 26/50] ia64/pv_ops: introduce pv_init_ops and its hooks., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 18/50] ia64/pv_ops: preparation for ia64 intrinsics operations paravirtualization, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 19/50] ia64/pv_ops: define ia64 privileged instruction intrinsics for paravirtualized guest kernel., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 33/50] ia64/xen: detect xen environment at early boot time and do minimal initialization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 21/50] ia64/pv_ops: header file to switch paravirtualized assembly instructions.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 49/50] ia64/pv_ops/xen: define xen pv_iosapic_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 38/50] ia64/xen: paravirtualize pal_call_static()., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 45/50] ia64/xen: domU xen machine vector without dma api., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 22/50] ia64/pv_ops: paravirtualize minstate.h., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 27/50] ia64/pv_ops: introduce pv_iosapic_ops and its hooks., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 34/50] ia64/xen: helper functions for xen fault handlers., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 30/50] ia64/xen: introduce synch bitops which is necessary for ia64/xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 42/50] ia64/xen: ia64 domU part of xencomm., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 23/50] ia64/pv_ops: paravirtualize arch/ia64/kernel/switch_leave.S, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 35/50] ia64/pv_ops/xen: paravirtualized instructions for hand written assembly code., Isaku Yamahata
|
|
|
|
|