Home
last modified time | relevance | path

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

/Linux-v4.19/ipc/
Dsyscall.c114 #ifndef COMPAT_SHMLBA
115 #define COMPAT_SHMLBA SHMLBA macro
183 COMPAT_SHMLBA); in COMPAT_SYSCALL_DEFINE6()
Dshm.c1579 #ifndef COMPAT_SHMLBA
1580 #define COMPAT_SHMLBA SHMLBA macro
1588 err = do_shmat(shmid, compat_ptr(shmaddr), shmflg, &ret, COMPAT_SHMLBA); in COMPAT_SYSCALL_DEFINE3()
/Linux-v4.19/arch/arm64/include/asm/
Dshmparam.h24 #define COMPAT_SHMLBA (4 * PAGE_SIZE) macro