Searched defs:shmaddr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 59 char *shmaddr; in main() local
|
/Linux-v5.4/include/linux/ |
D | shm.h | 27 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
|
D | security.h | 1181 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | syscall.c | 43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/Linux-v5.4/ipc/ |
D | shm.c | 1418 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat() 1591 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument 1609 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument 1626 long ksys_shmdt(char __user *shmaddr) in ksys_shmdt() 1733 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr) in SYSCALL_DEFINE1() argument
|
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 318 void *shmaddr; in futex_setup() local
|
/Linux-v5.4/security/ |
D | security.c | 1830 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/Linux-v5.4/security/smack/ |
D | smack_lsm.c | 3015 static int smack_shm_shmat(struct kern_ipc_perm *isp, char __user *shmaddr, in smack_shm_shmat()
|
/Linux-v5.4/security/selinux/ |
D | hooks.c | 6128 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|