Tests arm64 specific, contiguous bit based large pages as well. Change-Id: I09edad8cfde6c23a259f1f32cfc97974d9cb63c3
23 lines
352 B
Plaintext
23 lines
352 B
Plaintext
|
|
# 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"
|
|
|