Home
last modified time | relevance | path

Searched refs:len_high (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscalls.c115 u32 len_high, u32 len_low) in ppc_fadvise64_64()
118 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
114 ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, u32 len_high, u32 len_low) ppc_fadvise64_64() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsyscalls.c105 u32, len_high, u32, len_low) in SYSCALL_DEFINE6()
108 merge_64(len_high, len_low), advice); in SYSCALL_DEFINE6()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h112 * @len_high: length high half
121 u8 len_high; member
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6()
93 (((u64)len_high)<<32) | len_low, in SYSCALL_DEFINE6()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsys_ia32.c88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6()
93 (((u64)len_high)<<32) | len_low, in SYSCALL_DEFINE6()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsyscalls.h143 u32 len_high, u32 len_low);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dasm-prototypes.h107 u32 len_high, u32 len_low);
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h88 * @len_high: length high half
97 u8 len_high; member

Completed in 5 milliseconds