diff options
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 */ |

