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

/linux-4.4.14/arch/m68k/include/asm/
H A Duaccess.h11 #define __put_user_unaligned(x, ptr) __put_user((x), (ptr)) macro
/linux-4.4.14/include/asm-generic/
H A Duaccess-unaligned.h20 #define __put_user_unaligned(x, ptr) \ macro
/linux-4.4.14/arch/arm64/include/asm/
H A Duaccess.h239 #define __put_user_unaligned __put_user macro
/linux-4.4.14/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.4.14/arch/powerpc/include/asm/
H A Duaccess.h118 #define __put_user_unaligned __put_user macro
/linux-4.4.14/arch/s390/include/asm/
H A Duaccess.h260 #define __put_user_unaligned __put_user macro
/linux-4.4.14/arch/ia64/include/asm/
H A Duaccess.h96 #define __put_user_unaligned(x, ptr) \ macro
/linux-4.4.14/arch/arm/include/asm/
H A Duaccess.h26 #define __put_user_unaligned __put_user macro
/linux-4.4.14/arch/mips/include/asm/
H A Duaccess.h558 * __put_user_unaligned: - Write a simple value into user space, with less checking.
577 #define __put_user_unaligned(x,ptr) \ macro
/linux-4.4.14/arch/x86/include/asm/
H A Duaccess.h506 #define __put_user_unaligned __put_user macro

Completed in 920 milliseconds