Searched refs:__put_user_unaligned (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
H A Duaccess.h11 #define __put_user_unaligned(x, ptr) __put_user((x), (ptr)) macro
/linux-4.1.27/include/asm-generic/
H A Duaccess-unaligned.h20 #define __put_user_unaligned(x, ptr) \ macro
/linux-4.1.27/arch/arm64/include/asm/
H A Duaccess.h228 #define __put_user_unaligned __put_user macro
/linux-4.1.27/arch/s390/include/asm/
H A Duaccess.h258 #define __put_user_unaligned __put_user macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Duaccess.h118 #define __put_user_unaligned __put_user macro
/linux-4.1.27/fs/
H A Dcompat.c1024 if (__put_user_unaligned(offset, &dirent->d_off)) compat_filldir64()
1028 if (__put_user_unaligned(ino, &dirent->d_ino)) compat_filldir64()
1031 if (__put_user_unaligned(off, &dirent->d_off)) compat_filldir64()
1076 if (__put_user_unaligned(d_off, &lastdirent->d_off)) COMPAT_SYSCALL_DEFINE3()
/linux-4.1.27/arch/ia64/include/asm/
H A Duaccess.h96 #define __put_user_unaligned(x, ptr) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Duaccess.h26 #define __put_user_unaligned __put_user macro
/linux-4.1.27/arch/mips/include/asm/
H A Duaccess.h536 * __put_user_unaligned: - Write a simple value into user space, with less checking.
554 #define __put_user_unaligned(x,ptr) \ macro
/linux-4.1.27/arch/x86/include/asm/
H A Duaccess.h501 #define __put_user_unaligned __put_user macro

Completed in 332 milliseconds