Thread (59 messages) flat view 59 messages, 6 authors, 2011-03-21

[PATCH v4 08/19] ARM: LPAE: Introduce the 3-level page table format definitions

From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2011-02-03 17:11:35
Also in: lkml

On Mon, 2011-01-24 at 17:55 +0000, Catalin Marinas wrote:
quoted hunk ↗ jump to hunk
--- /dev/null
+++ b/arch/arm/include/asm/pgtable-3level-hwdef.h
@@ -0,0 +1,81 @@
[...]
+#define PMD_SECT_UNCACHED      (_AT(pteval_t, 0) << 2) /* strongly ordered */
+#define PMD_SECT_BUFFERED      (_AT(pteval_t, 1) << 2) /* normal non-cacheable */
+#define PMD_SECT_WT            (_AT(pteval_t, 2) << 2) /* normal inner write-through */
+#define PMD_SECT_WB            (_AT(pteval_t, 3) << 2) /* normal inner write-back */
+#define PMD_SECT_WBWA          (_AT(pteval_t, 7) << 2) /* normal inner write-alloc */
The above definitions should use pmdval_t rather than pteval_t (fixup
pushed to the arm-lpae branch).

-- 
Catalin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help