Home
last modified time | relevance | path

Searched refs:len_lo (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/arch/metag/kernel/
Dsys_metag.c121 unsigned long len_lo, in sys_fadvise64_64_metag() argument
125 merge_64(len_hi, len_lo), advice); in sys_fadvise64_64_metag()
150 unsigned long len_lo, in sys_sync_file_range_metag() argument
155 merge_64(len_hi, len_lo), flags); in sys_sync_file_range_metag()
/linux-4.4.14/arch/c6x/include/asm/
Dsyscalls.h38 u32 len_lo, u32 len_hi, int advice);
41 u32 len_lo, u32 len_hi);
/linux-4.4.14/arch/tile/kernel/
Dsys.c68 u32 len_lo, u32 len_hi, int advice) in sys32_fadvise64_64() argument
71 ((loff_t)len_hi << 32) | len_lo, advice); in sys32_fadvise64_64()
Dcompat.c70 u32, len_lo, u32, len_hi) in COMPAT_SYSCALL_DEFINE6() argument
73 ((loff_t)len_hi << 32) | len_lo); in COMPAT_SYSCALL_DEFINE6()
/linux-4.4.14/arch/tile/include/asm/
Dsyscalls.h39 u32 len_lo, u32 len_hi, int advice);
Dcompat.h288 u32 len_lo, u32 len_hi);
/linux-4.4.14/arch/x86/ia32/
Dsys_ia32.c226 unsigned offset_hi, unsigned len_lo, in sys32_fallocate() argument
230 ((u64)len_hi << 32) | len_lo); in sys32_fallocate()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dev.c59 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in print_tpte()
Dt4fw_ri_api.h158 __be32 len_lo; member
647 __be32 len_lo; member
Dmem.c300 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
Ddevice.c390 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
Dqp.c630 wqe->fr.len_lo = cpu_to_be32(mhp->ibmr.length); in build_memreg()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h452 u16 len_lo; member
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt149 i32 offs_hi, i32 len_lo,