Home
last modified time | relevance | path

Searched refs:SHM_HUGETLB (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/vm/
Dhugepage-shm.c37 #ifndef SHM_HUGETLB
38 #define SHM_HUGETLB 04000 macro
60 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
Dthuge-gen.c35 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro
239 test_mmap(default_hps, SHM_HUGETLB); in main()
248 test_shmget(ps, SHM_HUGETLB | arg); in main()
251 test_shmget(default_hps, SHM_HUGETLB); in main()