Searched refs:len_low (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/kernel/ |
D | syscalls.c | 105 u32, len_high, u32, len_low) in SYSCALL_DEFINE6() argument 108 merge_64(len_high, len_low), advice); in SYSCALL_DEFINE6()
|
/arch/x86/kernel/ |
D | sys_ia32.c | 88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6() argument 93 (((u64)len_high)<<32) | len_low, in SYSCALL_DEFINE6()
|
/arch/powerpc/include/asm/ |
D | syscalls.h | 143 u32 len_high, u32 len_low);
|