Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-6.6/include/linux/
H A Dcompat.h865 asmlinkage long compat_sys_truncate64(const char __user *pathname, compat_arg_u64(len));
869 asmlinkage long compat_sys_ftruncate64(unsigned int fd, compat_arg_u64(len));
873 asmlinkage long compat_sys_fallocate(int fd, int mode, compat_arg_u64(offset),
874 compat_arg_u64(len));
879 compat_arg_u64(pos));
884 compat_arg_u64(pos));
888 asmlinkage long compat_sys_sync_file_range(int fd, compat_arg_u64(pos),
889 compat_arg_u64(nbytes), unsigned int flags);
893 asmlinkage long compat_sys_fadvise64_64(int fd, compat_arg_u64(pos),
894 compat_arg_u64(le
[all...]

Completed in 3 milliseconds