Initial revision
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 4 Aug 2004 15:32:38 +0000 (15:32 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 4 Aug 2004 15:32:38 +0000 (15:32 +0000)
arch/um/include/skas_ptregs.h [new file with mode: 0644]
arch/um/util/mk_constants [new file with mode: 0644]
arch/um/util/mk_task [new file with mode: 0644]

diff --git a/arch/um/include/skas_ptregs.h b/arch/um/include/skas_ptregs.h
new file mode 100644 (file)
index 0000000..afd5fc3
--- /dev/null
@@ -0,0 +1,26 @@
+/* Automatically generated by arch/um/kernel/skas/util/mk_ptregs */
+
+#ifndef __SKAS_PT_REGS_
+#define __SKAS_PT_REGS_
+
+#define HOST_FRAME_SIZE 17
+#define HOST_FP_SIZE 27
+#define HOST_XFP_SIZE 128
+#define HOST_IP 12
+#define HOST_SP 15
+#define HOST_EFLAGS 14
+#define HOST_EAX 6
+#define HOST_EBX 0
+#define HOST_ECX 1
+#define HOST_EDX 2
+#define HOST_ESI 3
+#define HOST_EDI 4
+#define HOST_EBP 5
+#define HOST_CS 13
+#define HOST_SS 16
+#define HOST_DS 7
+#define HOST_FS 9
+#define HOST_ES 8
+#define HOST_GS 10
+
+#endif
diff --git a/arch/um/util/mk_constants b/arch/um/util/mk_constants
new file mode 100644 (file)
index 0000000..2cc9842
Binary files /dev/null and b/arch/um/util/mk_constants differ
diff --git a/arch/um/util/mk_task b/arch/um/util/mk_task
new file mode 100644 (file)
index 0000000..1f4f750
Binary files /dev/null and b/arch/um/util/mk_task differ