|
@@ -95,12 +95,12 @@
|
|
#define TTBCR_IRGN1 (3 << 24)
|
|
#define TTBCR_IRGN1 (3 << 24)
|
|
#define TTBCR_EPD1 (1 << 23)
|
|
#define TTBCR_EPD1 (1 << 23)
|
|
#define TTBCR_A1 (1 << 22)
|
|
#define TTBCR_A1 (1 << 22)
|
|
-#define TTBCR_T1SZ (3 << 16)
|
|
|
|
|
|
+#define TTBCR_T1SZ (7 << 16)
|
|
#define TTBCR_SH0 (3 << 12)
|
|
#define TTBCR_SH0 (3 << 12)
|
|
#define TTBCR_ORGN0 (3 << 10)
|
|
#define TTBCR_ORGN0 (3 << 10)
|
|
#define TTBCR_IRGN0 (3 << 8)
|
|
#define TTBCR_IRGN0 (3 << 8)
|
|
#define TTBCR_EPD0 (1 << 7)
|
|
#define TTBCR_EPD0 (1 << 7)
|
|
-#define TTBCR_T0SZ 3
|
|
|
|
|
|
+#define TTBCR_T0SZ (7 << 0)
|
|
#define HTCR_MASK (TTBCR_T0SZ | TTBCR_IRGN0 | TTBCR_ORGN0 | TTBCR_SH0)
|
|
#define HTCR_MASK (TTBCR_T0SZ | TTBCR_IRGN0 | TTBCR_ORGN0 | TTBCR_SH0)
|
|
|
|
|
|
/* Hyp System Trap Register */
|
|
/* Hyp System Trap Register */
|