Searched refs:compat_arg_u64 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/asm-generic/
H A Dcompat.h17 #ifndef compat_arg_u64
19 #define compat_arg_u64(name) u32 name##_lo, u32 name##_hi macro
22 #define compat_arg_u64(name) u32 name##_hi, u32 name##_lo macro
27 #endif /* compat_arg_u64 */
/linux-master/include/linux/
H A Dcompat.h864 asmlinkage long compat_sys_truncate64(const char __user *pathname, compat_arg_u64(len));
868 asmlinkage long compat_sys_ftruncate64(unsigned int fd, compat_arg_u64(len));
872 asmlinkage long compat_sys_fallocate(int fd, int mode, compat_arg_u64(offset),
873 compat_arg_u64(len));
878 compat_arg_u64(pos));
883 compat_arg_u64(pos));
887 asmlinkage long compat_sys_sync_file_range(int fd, compat_arg_u64(pos),
888 compat_arg_u64(nbytes), unsigned int flags);
892 asmlinkage long compat_sys_fadvise64_64(int fd, compat_arg_u64(pos),
893 compat_arg_u64(le
[all...]

Completed in 95 milliseconds