Add test programs for lage page
Tests arm64 specific, contiguous bit based large pages as well. Change-Id: I09edad8cfde6c23a259f1f32cfc97974d9cb63c3
This commit is contained in:
committed by
Dominique Martinet
parent
100754f556
commit
9f7425c152
22
test/large_page/x86_64/test_set.conf
Normal file
22
test/large_page/x86_64/test_set.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
# mmap + THP: 2MB, 1GB
|
||||
test_set="001"
|
||||
|
||||
# mmap + flag: 2MB, 1GB
|
||||
test_set="${test_set} 101"
|
||||
|
||||
# shget + THP: 2MB, 1GB
|
||||
test_set="${test_set} 201"
|
||||
|
||||
# shmget + flag: 2MB, 1GB
|
||||
test_set="${test_set} 301"
|
||||
|
||||
# heap: 2MB, 1GB
|
||||
test_set="${test_set} 401 402"
|
||||
|
||||
# .data, .bss, .stack: 2MB
|
||||
test_set="${test_set} 501"
|
||||
|
||||
# hugetlbfs: 2MB, 1GB
|
||||
test_set="${test_set} 601"
|
||||
|
||||
Reference in New Issue
Block a user