diff options
| author | Matthew Barth <msbarth@us.ibm.com> | 2011-09-29 15:42:30 -0500 |
|---|---|---|
| committer | MATTHEW S. BARTH <msbarth@us.ibm.com> | 2011-10-10 15:51:19 -0500 |
| commit | 8c062af8b6bd50a59823c7ec430ec5fc019052d2 (patch) | |
| tree | dbe0625a3024a3737ddfa5d32634ce8225fda991 /src/include/usr | |
| parent | 4de170997eee6244b2091bb8bf065ae2da1396d7 (diff) | |
| download | blackbird-hostboot-8c062af8b6bd50a59823c7ec430ec5fc019052d2.tar.gz blackbird-hostboot-8c062af8b6bd50a59823c7ec430ec5fc019052d2.zip | |
Flush/Release/Evict pages functionality
Change-Id: Ic0bb4122164e11f6d13e6850abf8ae9bd32caea2
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/393
Tested-by: Jenkins Server
Reviewed-by: MATTHEW S. BARTH <msbarth@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/vmmconst.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h index 2eb1ea578..ac5ee40be 100644 --- a/src/include/usr/vmmconst.h +++ b/src/include/usr/vmmconst.h @@ -67,4 +67,14 @@ #define SLBE_b 12 +/** + * Test Constants + */ +/** Base virtual address used in remove pages test */ +#define VMM_VADDR_RMVPAGE_TEST (700 * GIGABYTE); + +/** Block size used in remove pages test */ +#define VMM_SIZE_RMVPAGE_TEST (8 * PAGESIZE); + + #endif /* _VMMCONST_H */ |

