Lines Matching +full:high +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 */
11 * Macro that masks the high order bit of a 32 bit pointer and
12 * converts it to a 64 bit pointer.
17 /* Now 32bit compatibility types */
72 /* Allow for uc_sigmask growth. Glibc uses a 1024-bit sigset_t. */
73 unsigned char __unused[128 - sizeof(compat_sigset_t)];
81 long compat_sys_s390_truncate64(const char __user *path, u32 high, u32 low);
82 long compat_sys_s390_ftruncate64(unsigned int fd, u32 high, u32 low);
83 long compat_sys_s390_pread64(unsigned int fd, char __user *ubuf, compat_size_t count, u32 high, u32…
84 …ys_s390_pwrite64(unsigned int fd, const char __user *ubuf, compat_size_t count, u32 high, u32 low);
85 long compat_sys_s390_readahead(int fd, u32 high, u32 low, s32 count);
94 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);