Home
last modified time | relevance | path

Searched refs:len_low (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dsyscalls.c120 u32 len_high, u32 len_low) in ppc_fadvise64_64() argument
123 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
/Linux-v4.19/arch/x86/ia32/
Dsys_ia32.c194 __u32, offset_high, __u32, len_low, __u32, len_high, in COMPAT_SYSCALL_DEFINE6() argument
199 (((u64)len_high)<<32) | len_low, in COMPAT_SYSCALL_DEFINE6()
/Linux-v4.19/arch/powerpc/include/asm/
Dasm-prototypes.h96 u32 len_high, u32 len_low);