Home
last modified time | relevance | path

Searched refs:__put_user_unaligned (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/include/asm-generic/
Duaccess-unaligned.h20 #define __put_user_unaligned(x, ptr) \ macro
/linux-2.6.39/arch/s390/include/asm/
Duaccess.h191 #define __put_user_unaligned __put_user macro
/linux-2.6.39/arch/x86/include/asm/
Duaccess.h518 #define __put_user_unaligned __put_user macro
/linux-2.6.39/arch/ia64/include/asm/
Duaccess.h96 #define __put_user_unaligned(x, ptr) \ macro
/linux-2.6.39/arch/powerpc/include/asm/
Duaccess.h127 #define __put_user_unaligned __put_user macro
/linux-2.6.39/fs/
Dcompat.c1028 if (__put_user_unaligned(offset, &dirent->d_off)) in compat_filldir64()
1032 if (__put_user_unaligned(ino, &dirent->d_ino)) in compat_filldir64()
1035 if (__put_user_unaligned(off, &dirent->d_off)) in compat_filldir64()
1083 if (__put_user_unaligned(d_off, &lastdirent->d_off)) in compat_sys_getdents64()
/linux-2.6.39/arch/mips/include/asm/
Duaccess.h449 #define __put_user_unaligned(x,ptr) \ macro