Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/mm/
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()
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()
Dhugepage-shm.c57 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
/linux-6.6.21/include/uapi/linux/
Dshm.h52 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro
/linux-6.6.21/Documentation/translations/zh_CN/mm/
Dhugetlbfs_reserv.rst93 当创建一个巨大的有页面支持的共享内存段(shmget(SHM_HUGETLB))或通过mmap(MAP_HUGETLB)
/linux-6.6.21/ipc/
Dshm.c743 if (shmflg & SHM_HUGETLB) { in newseg()
/linux-6.6.21/Documentation/mm/
Dhugetlbfs_reserv.rst102 created (shmget(SHM_HUGETLB)) or a mapping is created via mmap(MAP_HUGETLB).