Home
last modified time | relevance | path

Searched refs:offset_lo (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dsys_ia32.c112 SYSCALL_DEFINE5(ia32_fadvise64, int, fd, unsigned int, offset_lo, in SYSCALL_DEFINE5() argument
115 return ksys_fadvise64_64(fd, ((u64)offset_hi << 32) | offset_lo, in SYSCALL_DEFINE5()
120 unsigned int, offset_lo, unsigned int, offset_hi, in SYSCALL_DEFINE6() argument
123 return ksys_fallocate(fd, mode, ((u64)offset_hi << 32) | offset_lo, in SYSCALL_DEFINE6()
/linux-5.19.10/drivers/net/ethernet/sfc/
Def100.c286 u32 offset_lo = 0; in ef100_pci_parse_xilinx_cap() local
307 rc = ef100_pci_get_config_bits(efx, vndr_cap, TBL_OFF_LO, &offset_lo); in ef100_pci_parse_xilinx_cap()
326 offset = (((u64)offset_lo) << ESE_GZ_VSEC_TBL_OFF_LO_BYTES_SHIFT) | in ef100_pci_parse_xilinx_cap()
/linux-5.19.10/drivers/clocksource/
Darm_arch_timer.c753 static u64 arch_counter_get_cnt_mem(struct arch_timer *t, int offset_lo) in arch_counter_get_cnt_mem() argument
758 cnt_hi = readl_relaxed(t->base + offset_lo + 4); in arch_counter_get_cnt_mem()
759 cnt_lo = readl_relaxed(t->base + offset_lo); in arch_counter_get_cnt_mem()
760 tmp_hi = readl_relaxed(t->base + offset_lo + 4); in arch_counter_get_cnt_mem()