Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsys_ia32.c112 SYSCALL_DEFINE5(ia32_fadvise64, int, fd, unsigned int, offset_lo, in SYSCALL_DEFINE5() argument
120 unsigned int, offset_lo, unsigned int, offset_hi, in SYSCALL_DEFINE6() argument
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100.c285 u32 offset_lo = 0; in ef100_pci_parse_xilinx_cap() local
/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c774 static noinstr u64 arch_counter_get_cnt_mem(struct arch_timer *t, int offset_lo) in arch_counter_get_cnt_mem()