Home
last modified time | relevance | path

Searched refs:SHM_RND (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-shmat-maps.c29 p = shmat(shmid, (void *)0x800000, SHM_RND); in main()
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugepage-shm.c45 #define SHMAT_FLAGS (SHM_RND)
/openbmc/linux/include/uapi/linux/
H A Dshm.h79 #define SHM_RND 020000 /* round attach address to SHMLBA boundary */ macro
/openbmc/qemu/linux-user/
H A Dmmap.c1314 if (shmflg & SHM_RND) { in target_shmat()
1346 shmflg &= ~SHM_RND; in target_shmat()
H A Dstrace.c681 FLAG_GENERIC(SHM_RND), in print_shmat()
/openbmc/linux/ipc/
H A Dshm.c1544 if (shmflg & SHM_RND) { in do_shmat()