Searched refs:len_low (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | syscalls.c | 115 u32 len_high, u32 len_low) in ppc_fadvise64_64() argument 118 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | mac-cfg.h | 120 u8 len_low; member
|
/Linux-v5.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-v5.10/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 107 u32 len_high, u32 len_low);
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac-ctxt.c | 1535 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
|