Home
last modified time | relevance | path

Searched refs:SHM_HUGE_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dshm.h60 #define SHM_HUGE_MASK HUGETLB_FLAG_ENCODE_MASK macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dthuge-gen.c41 #define SHM_HUGE_MASK 0x3f macro
/openbmc/linux/ipc/
H A Dshm.c747 hs = hstate_sizelog((shmflg >> SHM_HUGE_SHIFT) & SHM_HUGE_MASK); in newseg()
758 HUGETLB_SHMFS_INODE, (shmflg >> SHM_HUGE_SHIFT) & SHM_HUGE_MASK); in newseg()