Searched refs:len_high (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | syscalls.c | 115 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 D | syscalls.c | 105 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 D | mac-cfg.h | 112 * @len_high: length high half 121 u8 len_high; member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sys_ia32.c | 88 __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 D | sys_ia32.c | 88 __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 D | syscalls.h | 143 u32 len_high, u32 len_low);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | asm-prototypes.h | 107 u32 len_high, u32 len_low);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 88 * @len_high: length high half 97 u8 len_high; member
|
Completed in 5 milliseconds