Searched defs:shmaddr (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | hugepage-shm.c | 39 char *shmaddr; in main() local
|
H A D | write_to_hugetlbfs.c | 31 static int *shmaddr; variable
|
/linux/include/linux/ |
H A D | shm.h | 26 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
|
/linux/arch/xtensa/kernel/ |
H A D | syscall.c | 39 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux/ipc/ |
H A D | shm.c | 1514 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat() 1688 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument 1706 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument 1723 long ksys_shmdt(char __user *shmaddr) in ksys_shmdt() 1829 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr) in SYSCALL_DEFINE1() argument
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 329 void *shmaddr; in futex_setup() local
|
/linux/security/smack/ |
H A D | smack_lsm.c | 3203 static int smack_shm_shmat(struct kern_ipc_perm *isp, char __user *shmaddr, in smack_shm_shmat()
|
/linux/security/ |
H A D | security.c | 3964 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux/security/selinux/ |
H A D | hooks.c | 6205 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|