Home
last modified time | relevance | path

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

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