Home
last modified time | relevance | path

Searched refs:len_hi (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/metag/kernel/
Dsys_metag.c122 unsigned long len_hi, int advice) in sys_fadvise64_64_metag() argument
125 merge_64(len_hi, len_lo), advice); in sys_fadvise64_64_metag()
151 unsigned long len_hi, in sys_sync_file_range_metag() argument
155 merge_64(len_hi, len_lo), flags); in sys_sync_file_range_metag()
/linux-4.1.27/arch/c6x/include/asm/
Dsyscalls.h38 u32 len_lo, u32 len_hi, int advice);
41 u32 len_lo, u32 len_hi);
/linux-4.1.27/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.1.27/arch/tile/include/asm/
Dsyscalls.h39 u32 len_lo, u32 len_hi, int advice);
Dcompat.h288 u32 len_lo, u32 len_hi);
/linux-4.1.27/arch/x86/ia32/
Dsys_ia32.c227 unsigned len_hi) in sys32_fallocate() argument
230 ((u64)len_hi << 32) | len_lo); in sys32_fallocate()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dev.c59 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in print_tpte()
Dt4fw_ri_api.h162 __be32 len_hi; member
646 __be32 len_hi; member
Dmem.c304 tpt.len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry()
Ddevice.c390 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
Dqp.c606 wqe->fr.len_hi = 0; in build_fastreg()
/linux-4.1.27/sound/soc/codecs/
Dsigmadsp.c87 u8 len_hi; member
364 return (sa->len_hi << 16) | le16_to_cpu(sa->len); in sigma_action_len()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h451 u16 len_hi; member
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt150 i32 len_hi, i32 advice)