patch-2.1.19 linux/include/asm-sparc64/lsu.h
Next file: linux/include/asm-sparc64/mmu_context.h
Previous file: linux/include/asm-sparc64/irq.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Dec 30 12:00:03 1996
- Orig file:
v2.1.18/linux/include/asm-sparc64/lsu.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v2.1.18/linux/include/asm-sparc64/lsu.h linux/include/asm-sparc64/lsu.h
@@ -0,0 +1,18 @@
+/* $Id */
+#ifndef _SPARC64_LSU_H
+#define _SPARC64_LSU_H
+
+/* LSU Control Register */
+#define LSU_CONTROL_PM 0x000001fe00000000 /* Phys-watchpoint byte mask */
+#define LSU_CONTROL_VM 0x00000001fe000000 /* Virt-watchpoint byte mask */
+#define LSU_CONTROL_PR 0x0000000001000000 /* Phys-read watchpoint enable */
+#define LSU_CONTROL_PW 0x0000000000800000 /* Phys-write watchpoint enable */
+#define LSU_CONTROL_VR 0x0000000000400000 /* Virt-read watchpoint enable */
+#define LSU_CONTROL_VW 0x0000000000200000 /* Virt-write watchpoint enable */
+#define LSU_CONTROL_FM 0x00000000000ffff0 /* Parity mask enables. */
+#define LSU_CONTROL_DM 0x0000000000000008 /* Data MMU enable. */
+#define LSU_CONTROL_IM 0x0000000000000004 /* Instruction MMU enable. */
+#define LSU_CONTROL_DC 0x0000000000000002 /* Data cache enable. */
+#define LSU_CONTROL_IC 0x0000000000000001 /* Instruction cache enable. */
+
+#endif /* !(_SPARC64_LSU_H) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov