Searched refs:len_high (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/powerpc/kernel/ |
D | syscalls.c | 99 u32 len_high, u32 len_low) in ppc_fadvise64_64() argument 102 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
|
/linux-5.19.10/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()
|
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | mac-cfg.h | 72 u8 len_high; member
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | syscalls.h | 24 u32 len_high, u32 len_low);
|