Home
last modified time | relevance | path

Searched refs:SHM_HUGETLB (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dhugepage-shm.c8 * 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 Dthuge-gen.c38 #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 Dwrite_to_hugetlbfs.c199 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 Dthuge-gen.c39 #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 Dwrite_to_hugetlbfs.c199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
H A Dhugepage-shm.c8 * 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 Dshm.h52 #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 Dshm.h52 #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 Dshm.h46 #define SHM_HUGETLB 04000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dshm.h35 #define SHM_HUGETLB 04000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dshm.h46 #define SHM_HUGETLB 04000 macro
/kernel/linux/linux-5.10/ipc/
H A Dshm.c730 if (shmflg & SHM_HUGETLB) { in newseg()
/kernel/linux/linux-6.6/ipc/
H A Dshm.c743 if (shmflg & SHM_HUGETLB) { in newseg()

Completed in 9 milliseconds