Searched refs:SHM_HUGETLB (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | hugepage-shm.c | 8 * SHM_HUGETLB in the shmget system call to inform the kernel that it is 38 #ifndef SHM_HUGETLB 39 #define SHM_HUGETLB 04000 macro 61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
|
H A D | thuge-gen.c | 38 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro 242 test_mmap(default_hps, SHM_HUGETLB); in main() 251 test_shmget(ps, SHM_HUGETLB | arg); in main() 254 test_shmget(default_hps, SHM_HUGETLB); in main()
|
H A D | write_to_hugetlbfs.c | 199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main() 202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | thuge-gen.c | 39 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro 234 test_shmget(ps, SHM_HUGETLB | arg); in main() 237 test_shmget(default_hps, SHM_HUGETLB); in main()
|
H A D | write_to_hugetlbfs.c | 199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main() 202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
|
H A D | hugepage-shm.c | 8 * SHM_HUGETLB in the shmget system call to inform the kernel that it is 57 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | shm.h | 52 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro 56 * Huge page size encoding when SHM_HUGETLB is specified, and a huge page
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | shm.h | 52 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro 56 * Huge page size encoding when SHM_HUGETLB is specified, and a huge page
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | shm.h | 46 #define SHM_HUGETLB 04000 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | shm.h | 35 #define SHM_HUGETLB 04000 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | shm.h | 46 #define SHM_HUGETLB 04000 macro
|
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 730 if (shmflg & SHM_HUGETLB) { in newseg()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | shm.c | 743 if (shmflg & SHM_HUGETLB) { in newseg()
|
Completed in 9 milliseconds