summaryrefslogtreecommitdiffstats
path: root/src/include/usr/vmmconst.h
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2013-03-26 09:23:58 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-10 16:25:07 -0500
commitc154ece8068c2f0fc366235ba952003e08df48a1 (patch)
tree458f94384d035d85bbb35c535fa3eec2b4b19b05 /src/include/usr/vmmconst.h
parent36da1243a5e1026fe10de3194c167cb1ceeb77c8 (diff)
downloadtalos-hostboot-c154ece8068c2f0fc366235ba952003e08df48a1.tar.gz
talos-hostboot-c154ece8068c2f0fc366235ba952003e08df48a1.zip
TCE support
RTC:36952 Change-Id: Icc1e88df4e8a8b50cae4fd9fe3789e98be61604e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4297 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/vmmconst.h')
-rw-r--r--src/include/usr/vmmconst.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h
index 3a0526347..544f0d32f 100644
--- a/src/include/usr/vmmconst.h
+++ b/src/include/usr/vmmconst.h
@@ -149,4 +149,10 @@ enum BlockPriority
#define DUMP_TEST_MEMORY_ADDR (HSVC_TEST_MEMORY_ADDR + HSVC_TEST_MEMORY_SIZE)
#define DUMP_TEST_MEMORY_SIZE (4*MEGABYTE)
+/** Location of the TCE Table */
+#define TCE_TABLE_ADDR (90*MEGABYTE)
+
+// The size if 512K bytes of entries each uint64_t or 8 bytes in size.
+#define TCE_TABLE_SIZE ((512*KILOBYTE)*sizeof(uint64_t))
+
#endif /* _VMMCONST_H */
OpenPOWER on IntegriCloud