Searched refs:COMPAT_SHMLBA (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dshmparam.h13 #define COMPAT_SHMLBA (4 * PAGE_SIZE) macro
/linux-master/ipc/
H A Dsyscall.c120 #ifndef COMPAT_SHMLBA
121 #define COMPAT_SHMLBA SHMLBA macro
189 COMPAT_SHMLBA);
H A Dshm.c1706 #ifndef COMPAT_SHMLBA
1707 #define COMPAT_SHMLBA SHMLBA macro
1715 err = do_shmat(shmid, compat_ptr(shmaddr), shmflg, &ret, COMPAT_SHMLBA);

Completed in 113 milliseconds