Searched refs:compat_arg_u64 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/asm-generic/ |
D | compat.h | 17 #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
|
/linux-6.1.9/include/linux/ |
D | compat.h | 931 asmlinkage long compat_sys_truncate64(const char __user *pathname, compat_arg_u64(len)); 935 asmlinkage long compat_sys_ftruncate64(unsigned int fd, compat_arg_u64(len)); 939 asmlinkage long compat_sys_fallocate(int fd, int mode, compat_arg_u64(offset), 940 compat_arg_u64(len)); 945 compat_arg_u64(pos)); 950 compat_arg_u64(pos)); 954 asmlinkage long compat_sys_sync_file_range(int fd, compat_arg_u64(pos), 955 compat_arg_u64(nbytes), unsigned int flags); 959 asmlinkage long compat_sys_fadvise64_64(int fd, compat_arg_u64(pos), 960 compat_arg_u64(len), int advice); [all …]
|